dpeq - native PSQL extended query protocol client

denizzzka via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Sep 4 11:32:59 PDT 2017


On Monday, 4 September 2017 at 17:56:04 UTC, Boris-Barboris wrote:
> On Monday, 4 September 2017 at 16:05:17 UTC, denizzzka wrote:
>> Sorry fot duplicate answer
>
> Ok, just FYI, I guess what I described was implemented in libpq 
> for version 9.6 (but works on any PSQL since 8.4, since they 
> all implement extended query protocol i wrote the client for) 
> in a form of
> https://2ndquadrant.github.io/postgres/libpq-batch-mode.html
>
> It was possible before, just not in libpq. Same goes for 
> binding multiple portals to one prepared (parsed) statement.
>
> Since it's a quite new feature (1 year ago), derelict bindings 
> should be updated. If I'll have a spare day, I'll try to do 
> something with it.

After that I will add batch mode into dpq2.


More information about the Digitalmars-d-announce mailing list