Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-09 Thread Tudor Girba
ru >> >> >> >>> On Jan 6, 2019, at 9:17 PM, Sven Van Caekenberghe via Pharo-users >>> wrote: >>> >>> >>> From: Sven Van Caekenberghe >>> Subject: Re: [Pharo-users] [ANN] P3 version 1.1 >>> Date: January 6, 2019 at 9

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-09 Thread Sven Van Caekenberghe
oing forward. > Cheers, > Doru > > > >> On Jan 6, 2019, at 9:17 PM, Sven Van Caekenberghe via Pharo-users >> wrote: >> >> >> From: Sven Van Caekenberghe >> Subject: Re: [Pharo-users] [ANN] P3 version 1.1 >> Date: January 6, 2019 at

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-07 Thread Tudor Girba via Pharo-users
hould these be committed to the P3 directly to enable an object-oriented API for drilling through the DB? Cheers, Doru > On Jan 6, 2019, at 9:17 PM, Sven Van Caekenberghe via Pharo-users > wrote: > > > From: Sven Van Caekenberghe > Subject: Re: [Pharo-users] [ANN] P3 vers

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-06 Thread Sven Van Caekenberghe via Pharo-users
--- Begin Message --- Nice, I just added convenience methods #listDatabases #listSchemas and #listTablesInSchema: to P3Client so you should be able to make a real browser, connection >> schemas >> tables >> contents (listDatabases is not so useful since you can only connect to 1 database at a ti

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-05 Thread Tudor Girba
And with a little more code, we now have a dedicated Playground form snippet that opens the database connection without requiring any Pharo code. Cheers, Doru > On Jan 5, 2019, at 12:02 AM, Tudor Girba wrote: > > You can now query a Postgres database from the new GT. The initial code is >

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-05 Thread Sven Van Caekenberghe via Pharo-users
--- Begin Message --- Beautiful. > On 5 Jan 2019, at 00:02, Tudor Girba wrote: > > You can now query a Postgres database from the new GT. The initial code is > available here: > https://github.com/feenkcom/gt4p3 > > It currently looks like this: > > > Cheers, > Doru > > > >> On Dec 31, 20

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-04 Thread Ben Coman
very cool. thanks Doru & team. cheers -ben On Sat, 5 Jan 2019 at 07:02, Tudor Girba wrote: > You can now query a Postgres database from the new GT. The initial code is > available here: > https://github.com/feenkcom/gt4p3 > > It currently looks like this: > > Cheers, > Doru > > > > On Dec 31, 2

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-04 Thread Tudor Girba
You can now query a Postgres database from the new GT. The initial code is available here: https://github.com/feenkcom/gt4p3 It currently looks like this: Cheers, Doru > On Dec 31, 2018, at 12:33 PM, Sven Van Caekenberghe wrote: > > Hi, > > I created a new release of P3, the modern, lean

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-02 Thread Guillermo Polito via Pharo-users
--- Begin Message --- Thanks Sven :) On Tue, Jan 1, 2019 at 11:54 PM Tudor Girba via Pharo-users < pharo-users@lists.pharo.org> wrote: > Very cool. Thanks! > > Doru > > > > On Dec 31, 2018, at 12:33 PM, Sven Van Caekenberghe > wrote: > > > > Hi, > > > > I created a new release of P3, the modern,

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-01 Thread Tudor Girba via Pharo-users
--- Begin Message --- Very cool. Thanks! Doru > On Dec 31, 2018, at 12:33 PM, Sven Van Caekenberghe wrote: > > Hi, > > I created a new release of P3, the modern, lean and mean PostgreSQL client > for Pharo. > > https://github.com/svenvc/P3 > > Version 1.1 contains the following changes: >

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-01 Thread Sven Van Caekenberghe via Pharo-users
--- Begin Message --- > On 1 Jan 2019, at 02:12, Ben Coman wrote: > > > > On Mon, 31 Dec 2018 at 19:34, Sven Van Caekenberghe wrote: > Hi, > > I created a new release of P3, the modern, lean and mean PostgreSQL client > for Pharo. > > https://github.com/svenvc/P3 > > Version 1.1 contains

Re: [Pharo-users] [ANN] P3 version 1.1

2018-12-31 Thread Ben Coman
On Mon, 31 Dec 2018 at 19:34, Sven Van Caekenberghe wrote: > Hi, > > I created a new release of P3, the modern, lean and mean PostgreSQL client > for Pharo. > > https://github.com/svenvc/P3 > > Version 1.1 contains the following changes: > > - added support for Postgres Extended Query protocol (P

[Pharo-users] [ANN] P3 version 1.1

2018-12-31 Thread Sven Van Caekenberghe
Hi, I created a new release of P3, the modern, lean and mean PostgreSQL client for Pharo. https://github.com/svenvc/P3 Version 1.1 contains the following changes: - added support for Postgres Extended Query protocol (P3PreparedStatement) (thx Jan @jvdsandt) - added support for reading array t