Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-23 Thread Dimitris Chloupis
t;> conn close. >>> >>> >>> - >>> Benoît St-Jean >>> Yahoo! Messenger: bstjean >>> Twitter: @BenLeChialeux >>> Pinterest: benoitstjean >>> Instagram: Chef_Benito >>> IRC: lamneth >>> Blogue: endorm

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-22 Thread olivier auverlot
> IRC: lamneth >> Blogue: endormitoire.wordpress.com >> "A standpoint is an intellectual horizon of radius zero". (A. Einstein) >> >> >> -- >> *From:* Dimitris Chloupis <kilon.al...@gmail.com> >> *To:* Benoit St-J

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
ectionSpec. > >>>>>> > >>>>>> "Connect to the server" > >>>>>> result := conn startup. > >>>>>> (result errorResponse isKindOf: GAErrorResponse) ifTrue: [ self halt > >>>>>> ]. > &g

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Sven Van Caekenberghe
>> >>>>>> "Connect to the server" >>>>>> result := conn startup. >>>>>> (result errorResponse isKindOf: GAErrorResponse) ifTrue: [ self halt >>>>>> ]. >>>>>> >>>>>> "Execute your SQL stuff" >>>>

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
t;kilon.al...@gmail.com> >> *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org> >> *Sent:* Tuesday, April 18, 2017 11:02 AM >> >> *Subject:* Re: [Pharo-users] PostgreSQL and Pharo 6 >> >> Sure but most probably I won't do either

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
kilon.al...@gmail.com> > *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org> > *Sent:* Tuesday, April 18, 2017 11:02 AM > > *Subject:* Re: [Pharo-users] PostgreSQL and Pharo 6 > > Sure but most probably I won't do either and abandon the effort. By API I >

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Benoit St-Jean via Pharo-users
s welcome <pharo-users@lists.pharo.org> Sent: Tuesday, April 18, 2017 11:02 AM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 Sure but most probably I won't do either and abandon the effort. By API I did not mean to wrap the entire thing only a dozen of functions, the bare m

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
> >>> welcome <pharo-users@lists.pharo.org> > >> >>> Sent: Monday, April 17, 2017 5:24 PM > >> >>> > >> >>> Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 > >> >>> > >> >>> Following t

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Esteban A. Maringolo
dOf: GAErrorResponse) ifTrue: [ self halt ] >> >>> ifFalse: [result inspect]. >> >>> >> >>> "Disconnect from the server" >> >>> conn close. >> >>> >> >>> >> >>> ---

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
he server" > >>> conn close. > >>> > >>> > >>> - > >>> Benoît St-Jean > >>> Yahoo! Messenger: bstjean > >>> Twitter: @BenLeChialeux > >>> Pinterest: benoitstjean > >&g

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Esteban A. Maringolo
essenger: bstjean >>> Twitter: @BenLeChialeux >>> Pinterest: benoitstjean >>> Instagram: Chef_Benito >>> IRC: lamneth >>> Blogue: endormitoire.wordpress.com >>> "A standpoint is an intellectual horizon of radius zero". (A. Einstein)

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
ress.com >> "A standpoint is an intellectual horizon of radius zero". (A. Einstein) >> >> >> -- >> *From:* Dimitris Chloupis <kilon.al...@gmail.com> >> *To:* Benoit St-Jean <bstj...@yahoo.com>; Any question abou

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
-- > *From:* Dimitris Chloupis <kilon.al...@gmail.com> > *To:* Benoit St-Jean <bstj...@yahoo.com>; Any question about pharo is > welcome <pharo-users@lists.pharo.org> > *Sent:* Monday, April 17, 2017 5:24 PM > > *Subject:* Re: [Pharo-users] Po

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Benoit St-Jean via Pharo-users
aro is welcome <pharo-users@lists.pharo.org> Sent: Monday, April 17, 2017 5:24 PM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 Following the instructions here http://guillep.github.io/DBXTalk/garage/installation.html I did Gofer it smalltalkhubUser: 'DBX

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
s <kilon.al...@gmail.com> > *To:* Benoit St-Jean <bstj...@yahoo.com>; Any question about pharo is > welcome <pharo-users@lists.pharo.org> > *Sent:* Monday, April 17, 2017 4:55 PM > > *Subject:* Re: [Pharo-users] PostgreSQL and Pharo 6 > > no conn connect d

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Benoit St-Jean via Pharo-users
pharo.org> Sent: Monday, April 17, 2017 4:55 PM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 no conn connect does not work because GAConnection has no such method. #connect exist in GAPostgresDrive but even if I go that route I get error #OptionAt:IfAbsent: was sent t

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
s an intellectual horizon of radius zero". (A. Einstein) > > > -- > *From:* Dimitris Chloupis <kilon.al...@gmail.com> > *To:* Benoit St-Jean <bstj...@yahoo.com>; Any question about pharo is > welcome <pharo-users@lists.pharo.org&g

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Benoit St-Jean via Pharo-users
7, 2017 3:54 PM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 Installing from Catalog Browser fails I installed it via the the website instructions, it installs fine But if I use it this way  conn := GAConnection new. ca := GAConnectionArgs hostname: 'ec2-**-***-***-185.eu-west-1.c

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
--- >> *From:* Dimitris Chloupis <kilon.al...@gmail.com> >> *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org> >> *Sent:* Sunday, April 16, 2017 4:37 AM >> *Subject:* [Pharo-users] PostgreSQL and Pharo 6 >> >> H

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
..@gmail.com> > *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org> > *Sent:* Sunday, April 16, 2017 4:37 AM > *Subject:* [Pharo-users] PostgreSQL and Pharo 6 > > Hey guys , I play with PostgreSQL and I really like it, sorry Esteban :D > > I am usin

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-16 Thread Benoit St-Jean via Pharo-users
point is an intellectual horizon of radius zero".  (A. Einstein) From: Dimitris Chloupis <kilon.al...@gmail.com> To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Sent: Sunday, April 16, 2017 4:37 AM Subject: [Pharo-users] PostgreSQL and Pharo 6 Hey guys ,

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-16 Thread Dimitris Chloupis
Thanks Sven, as always top quality blog post On Sun, 16 Apr 2017 at 12:04, Sven Van Caekenberghe wrote: > > > On 16 Apr 2017, at 10:36, Dimitris Chloupis > wrote: > > > > Hey guys , I play with PostgreSQL and I really like it, sorry Esteban :D > > > > I am

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-16 Thread Sven Van Caekenberghe
> On 16 Apr 2017, at 10:36, Dimitris Chloupis wrote: > > Hey guys , I play with PostgreSQL and I really like it, sorry Esteban :D > > I am using Python for it but I would like to give access also to Pharo to my > database. I was informed that Garage has a driver for

[Pharo-users] PostgreSQL and Pharo 6

2017-04-16 Thread Dimitris Chloupis
Hey guys , I play with PostgreSQL and I really like it, sorry Esteban :D I am using Python for it but I would like to give access also to Pharo to my database. I was informed that Garage has a driver for PostgreSQL , is there any other candidate ? Any advice ?