[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-15 Thread Ilia Alshanetsky
Pierre, That is not your decision, since when do you decide what goes into PDO, that's a decision between the extension maintainer and the release master and since you are neither... On Mon, Jun 14, 2010 at 12:06 PM, Pierre Joye pierre@gmail.com wrote: On Sat, Jun 12, 2010 at 12:24 PM,

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-14 Thread Lester Caine
Stanley Sufficool wrote: If the dblib methods can't behave the same as the postgres methods, then clearly they shouldn't be named the same. Yes, DBLIB behaves the same as pgsql in that it performs the copy in a transaction state and also has it's data visible from the server perspective. So

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-14 Thread Ferenc Kovacs
Alshanetsky Cc: Pierre Joye; Denis Gasparin; Matteo Beccati; internals@lists.php.net; pdo Subject: Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver On Sat, Jun 12, 2010 at 4:54 AM, Ilia Alshanetsky i...@prohost.org wrote: The concerns you raised about

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-14 Thread Alexey Zakhlestin
On 14.06.2010, at 11:28, Ferenc Kovacs wrote: quoting Denis: Actually all the methods are wrappers against the native PostgreSQL commands (connection status, copy to/from). I needed to develop them as methods because it is not possible to get the same results with a sql statement (in

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-14 Thread Ferenc Kovacs
I don't know sqlite or IBM, but the MySQL SELECT INTO OUTFILE is a plain SQL statement, you don't need any special pdo function to use it, on the other hand, you can't use the postgresql's COPY TO/FROM with PDO without the patch above. Did I misunderstood something? well, even if

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-14 Thread Pierre Joye
On Sat, Jun 12, 2010 at 12:24 PM, Pierre Joye pierre@gmail.com wrote: hi Ilia, So you basically say that the worries and wishes raised here are simply irrelevant and at the end of the day you decide what PDO can or cannot be? I'm very disappointed by these two commits. I don't think it

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-14 Thread Stanley Sufficool
On Mon, Jun 14, 2010 at 2:21 AM, Ferenc Kovacs i...@tyrael.hu wrote: I don't know sqlite or IBM, but the MySQL SELECT INTO OUTFILE is a plain SQL statement, you don't need any special pdo function to use it, on the other hand, you can't use the postgresql's COPY TO/FROM with PDO without

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-13 Thread Stanley Sufficool
@lists.php.net Inviato: Martedì, 25 maggio 2010 18:40:09 Oggetto: Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver Good reason, I'll review the patch in the next day or two. On Mon, May 24, 2010 at 5:55 PM, Denis Gasparin denis.gaspa...@edistar.com wrote

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-13 Thread Lukas Kahwe Smith
On 13.06.2010, at 21:09, Stanley Sufficool wrote: On Sat, Jun 12, 2010 at 4:54 AM, Ilia Alshanetsky i...@prohost.org wrote: The concerns you raised about custom methods specific to database drivers were not reflective of the PDO's intent as was clarified by Wez and myself. yeah .. Wez became

RE: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-13 Thread Jared Williams
-Original Message- From: Stanley Sufficool [mailto:ssuffic...@gmail.com] Sent: 13 June 2010 20:10 To: Ilia Alshanetsky Cc: Pierre Joye; Denis Gasparin; Matteo Beccati; internals@lists.php.net; pdo Subject: Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-13 Thread Stanley Sufficool
Subject: Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver On Sat, Jun 12, 2010 at 4:54 AM, Ilia Alshanetsky i...@prohost.org wrote: The concerns you raised about custom methods specific to database drivers were not reflective of the PDO's intent

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-13 Thread Stanley Sufficool
Cc: Pierre Joye; Denis Gasparin; Matteo Beccati; internals@lists.php.net; pdo Subject: Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver On Sat, Jun 12, 2010 at 4:54 AM, Ilia Alshanetsky i...@prohost.org wrote: The concerns you raised about custom methods

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-12 Thread Pierre Joye
Oggetto: Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver Good reason, I'll review the patch in the next day or two. On Mon, May 24, 2010 at 5:55 PM, Denis Gasparin denis.gaspa...@edistar.com wrote: The copy to/from sql statements accept both as main parameter

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-12 Thread Jonathan Wage
2010 18:40:09 Oggetto: Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver Good reason, I'll review the patch in the next day or two. On Mon, May 24, 2010 at 5:55 PM, Denis Gasparin denis.gaspa...@edistar.com wrote: The copy to/from sql statements accept both

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-12 Thread Ilia Alshanetsky
are separated by comma - Messaggio originale - Da: Ilia Alshanetsky i...@prohost.org A: Denis Gasparin denis.gaspa...@edistar.com Cc: internals@lists.php.net Inviato: Martedì, 25 maggio 2010 18:40:09 Oggetto: Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver Good

Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-12 Thread Alexey Zakhlestin
On 12.06.2010, at 15:54, Ilia Alshanetsky wrote: The concerns you raised about custom methods specific to database drivers were not reflective of the PDO's intent as was clarified by Wez and myself. The code that was introduced was specific to PostgreSQL, the common functionality was

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-12 Thread Pierre Joye
: internals@lists.php.net Inviato: Martedì, 25 maggio 2010 18:40:09 Oggetto: Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver Good reason, I'll review the patch in the next day or two. On Mon, May 24, 2010 at 5:55 PM, Denis Gasparin denis.gaspa...@edistar.com wrote

Re: [PHP-DEV] RE: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-04 Thread Arvids Godjuks
As far as I can see as a user PDO is quite dead and it's missing much of new database functionality. Just compare it to mysqli and other vendor specific extensions witch are developed all the time. Until there is no dedicated work for all PDO supported databases there is no point in adding

[PHP-DEV] RE: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-03 Thread Sufficool, Stanley
Cc: Pierre Joye; Jonathan Wage; Ilia Alshanetsky; Matteo Beccati; internals@lists.php.net; pdo; Ferenc Kovacs Subject: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver Hi. It is similar to what I tried to do with the pgsql driver (look at my previous post). I could try

[PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-05-25 Thread Stanley Sufficool
On Tue, May 25, 2010 at 6:37 PM, Wez Furlong king...@gmail.com wrote: On Mon, May 24, 2010 at 3:07 PM, Pierre Joye pierre@gmail.com wrote: On Mon, May 24, 2010 at 8:56 PM, Ilia Alshanetsky i...@prohost.org wrote: Pierre, As one of the original authors of PDO that is news to me. PDO was