50 Commits (f21084cb0beebe68e782ab6ef752df015a700413)

Author SHA1 Message Date
Ilia Alshanetsky 858d827790 Added cursor closer handler. 21 years ago
Wez Furlong 529d8177fe Add early support for native prepared statements in pgsql. 21 years ago
Ilia Alshanetsky 6c332449f9 Use PQexecParams() when available, use original case in all other instances. 21 years ago
Ilia Alshanetsky 10e1eecf3f Leave it up to the user to decide if to escape the sequence name or not. 21 years ago
Ilia Alshanetsky bcb447f6b8 Faster sequence id retrieval. 21 years ago
Edin Kadribasic f05de12fcf Only check for InvalidOid when not looking up a sequence 21 years ago
Edin Kadribasic 7ef1a91508 Fold PQresultErrorField() into a macro 21 years ago
Edin Kadribasic 1a10666b08 Added support for fetching current value of a sequence when the 21 years ago
Ilia Alshanetsky 613d30f215 Silence warnings. 21 years ago
Ilia Alshanetsky 8c0dc5e887 Make exec() return FALSE on error as do other drivers. 21 years ago
Ilia Alshanetsky 3fe8b55917 Fixed double-free bug. 21 years ago
Ilia Alshanetsky f04cbae3fd fixed oid retrieval. 21 years ago
Ilia Alshanetsky fa0e534f83 Various compiler warning fixes. 21 years ago
Wez Furlong 4f778ca31d patch by Christopher Kings-Lynne, slightly modified 21 years ago
Wez Furlong 2c5b2fc105 Alan: moved your fields away, but reserved you a pointer. 21 years ago
Marcus Boerger a455c7abcb - Shutup notices 21 years ago
Ilia Alshanetsky 9b394af973 Simplify code and fix compiler warning. 21 years ago
Edin Kadribasic accdde8c19 Finalized pgsql LOB support using native pgsql bytea type. 21 years ago
Edin Kadribasic bf77a39349 Decode pgsql LOB objects (bytea type) on fetch 21 years ago
Ilia Alshanetsky 996b464e30 Use the created connection string. 21 years ago
Edin Kadribasic 60f5e66aa9 Add support for fetching meta data 21 years ago
Wez Furlong 26f97a911b Eliminate unused parameter. 21 years ago
Wez Furlong a9d98544de Allow drivers to select bind emulation on a per statement basis 21 years ago
Edin Kadribasic 095a6f1eb3 Use PQescapeBytea() for quoting. Need to think how to add binary safe 21 years ago
Wez Furlong ef0de01b62 Take a blind stab at implementing scrollable cursors for pgsql. 21 years ago
Wez Furlong 02d6b65c67 lame implementation of SQLSTATE error codes 21 years ago
Ilia Alshanetsky 1fc2b79172 Make handle error messages handle persistent situations better. 22 years ago
Wez Furlong 72040f7f2a more method table adjustments. 22 years ago
Ilia Alshanetsky 65ae35729d Proper parameter separators for PostgreSQL connection initialization. 22 years ago
Marcus Boerger 0b40c1d82b - Trim error messages 22 years ago
Marcus Boerger 7557b388de - Fix shutdown problems 22 years ago
Wez Furlong d5923d9121 equivalent segv/shutdown fix for failed connect 22 years ago
Ilia Alshanetsky 0d085b253f Allow pgsql driver to accept login & password as separate parameters like 22 years ago
Edin Kadribasic 9cc4fb18b6 PQfreemem() is only available in 7.4 22 years ago
Edin Kadribasic c7a2cf7385 Whitespace: editor in the wrong mode ;) 22 years ago
Edin Kadribasic 16a53a00ea Add transaction support 22 years ago
Edin Kadribasic ff1cbb8460 Use binary safe function for quoting 22 years ago
Ilia Alshanetsky ce3891347f Fixed memory leak. 22 years ago
Wez Furlong 64f0ec7bde Update for placeholder flags 22 years ago
Ilia Alshanetsky 41784bfcff Kill unused var. 22 years ago
Wez Furlong 4cdf143184 Fix build on win32 22 years ago
Ilia Alshanetsky afb3979882 Fixed parameter order. 22 years ago
Ilia Alshanetsky ebd608ba18 Added getAttribute() handler. 22 years ago
Edin Kadribasic 7f6343e60d Use native PostgreSQL connect string e.g. 22 years ago
Edin Kadribasic 9cfeb25667 We quote with ' in real databases 22 years ago
Ilia Alshanetsky 1c2b47c408 Make sure that the error string is freed. 22 years ago
Ilia Alshanetsky f8d045619a Last insert id (oids) support. 22 years ago
Ilia Alshanetsky 38eb52b8a7 Make doer() work. 22 years ago
Wez Furlong d9decf0dfc Fix prototype. 22 years ago
Edin Kadribasic 9d6c259988 PostgreSQL PDO driver. 22 years ago