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
>> 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 abou

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
n) 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. #connect exist in GAPostgresDrive but even i

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
Einstein) >> >> >> ---------- >> *From:* Dimitris Chloupis >> *To:* Any question about pharo is welcome >> *Sent:* Sunday, April 16, 2017 4:37 AM >> *Subject:* [Pharo-users] PostgreSQL and Pharo 6 >> >> Hey guys , I play with Pos

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-17 Thread Dimitris Chloupis
*To:* Any question about pharo is welcome > *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 using Python for it but I would like to give access also to Phar

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-16 Thread Benoit St-Jean via Pharo-users
oint is an intellectual horizon of radius zero".  (A. Einstein) From: Dimitris Chloupis To: Any question about pharo is welcome 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 Esteba

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

[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 ?