Re: [Pharo-users] PostgreSQL and Pharo 6

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

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-22 Thread olivier auverlot
And it did install >> >> >> On Tue, 18 Apr 2017 at 00:02, Benoit St-Jean wrote: >> >> Tell me which exact package you loaded (or even better, the exact to load >> it) and I will test some code against my PostgreSQL server... >> >> >>

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
standpoint is an intellectual horizon of radius zero". (A. > >>>>>> Einstein) > >>>>>> > >>>>>> > >>>>>> > >>>>>> From: Dimitris Chloupis > >>>>

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Sven Van Caekenberghe
se isKindOf: GAErrorResponse) ifTrue: [ self halt >>>>>> ]. >>>>>> >>>>>> "Execute your SQL stuff" >>>>>> result := conn execute: sql. >>>>>> (result errorResponse isKindOf: GAErrorResponse) ifTr

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
t; Instagram: Chef_Benito >> IRC: lamneth >> Blogue: endormitoire.wordpress.com >> "A standpoint is an intellectual horizon of radius zero". (A. Einstein) >> >> >> ------ >> *From:* Dimitris Chloupis >> *To:* Any question ab

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
:* Any question about pharo is welcome > *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 fun

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Benoit St-Jean via Pharo-users
, 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 minimum I want to make this work. Including SSL. Will give a try a

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
t;> (result errorResponse isKindOf: GAErrorResponse) ifTrue: [ self halt > >> >>> ]. > >> >>> > >> >>> "Execute your SQL stuff" > >> >>> result := conn execute: sql. > >> >>> (result

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Esteban A. Maringolo
indOf: GAErrorResponse) ifTrue: [ self halt >> >>> ]. >> >>> >> >>> "Execute your SQL stuff" >> >>> result := conn execute: sql. >> >>> (result errorResponse isKindOf: GAErrorResponse) ifTrue: [ self halt ] >> >>>

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
f" > >>> result := conn execute: sql. > >>> (result errorResponse isKindOf: GAErrorResponse) ifTrue: [ self halt ] > >>> ifFalse: [result inspect]. > >>> > >>> "Disconnect from the server" > >>> conn close. >

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Esteban A. Maringolo
GAErrorResponse) ifTrue: [ self halt ] >>> ifFalse: [result inspect]. >>> >>> "Disconnect from the server" >>> conn close. >>> >>> >>> - >>> Benoît St-Jean >>> Yahoo! Messenger: bstjea

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
nect from the server" >> conn close. >> >> >> - >> Benoît St-Jean >> Yahoo! Messenger: bstjean >> Twitter: @BenLeChialeux >> Pinterest: benoitstjean >> Instagram: Chef_Benito >> IRC: lamneth >> Blogue: endormitoire.wordpre

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Dimitris Chloupis
> Benoît St-Jean > Yahoo! Messenger: 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-17 Thread Benoit St-Jean via Pharo-users
@BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero".  (A. Einstein) From: Dimitris Chloupis To: Benoit St-Jean ; Any question about pharo is welcome Sent: Monda

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
gt; *From:* Dimitris Chloupis > *To:* Benoit St-Jean ; Any question about pharo is > welcome > *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. > #co

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Benoit St-Jean via Pharo-users
adius zero".  (A. Einstein) From: Dimitris Chloupis To: Benoit St-Jean ; Any question about pharo is welcome Sent: Monday, April 17, 2017 3:54 PM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 Installing from Catalog Browser fails I installed it via the the website instructio

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
ormitoire.wordpress.com > "A standpoint is an intellectual horizon of radius zero". (A. Einstein) > > > -- > *From:* Dimitris Chloupis > *To:* Benoit St-Jean ; Any question about pharo is > welcome > *Sent:* Monday, April 17, 2017 3:54 PM > *Subject:* Re:

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Benoit St-Jean via Pharo-users
: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero".  (A. Einstein) From: Dimitris Chloupis To: Benoit St-Jean ; Any question about pharo is welcome Sent: Monday, April 17, 2017 3:54 PM Subject: Re: [Pharo-users] PostgreSQL and Pharo 6 Installing from Catal

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
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.compute.amazonaws.com' portno: '' databaseName:'***' userName: '*

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
thank you Benoit On Mon, Apr 17, 2017 at 4:23 AM Benoit St-Jean via Pharo-users < pharo-users@lists.pharo.org> wrote: > ODBC worked fine as well if you don't need native driver access > > - > Benoît St-Jean > Yahoo! Messenger: bstjean > Twitter: @BenLeChialeux > Pinterest: benoits

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-16 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- ODBC worked fine as well if you don't need native driver access  - Benoît St-Jean Yahoo! Messenger: bstjean Twitter: @BenLeChialeux Pinterest: benoitstjean Instagram: Chef_Benito IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intelle

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 using Python for it but I would like to

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 PostgreSQL , is there > an