Edin Kadribasic
|
7f6343e60d
|
Use native PostgreSQL connect string e.g.
$db = new PDO("pgsql:dbname=template1 user=postgres password=secret");
|
2004-05-20 19:58:51 +00:00 |
|
Edin Kadribasic
|
9cfeb25667
|
We quote with ' in real databases
|
2004-05-20 19:09:36 +00:00 |
|
Ilia Alshanetsky
|
1c2b47c408
|
Make sure that the error string is freed.
|
2004-05-20 18:19:03 +00:00 |
|
Ilia Alshanetsky
|
f8d045619a
|
Last insert id (oids) support.
|
2004-05-20 18:00:24 +00:00 |
|
Ilia Alshanetsky
|
38eb52b8a7
|
Make doer() work.
Make error reporting system work.
|
2004-05-20 17:43:56 +00:00 |
|
Wez Furlong
|
d9decf0dfc
|
Fix prototype.
Use user-supplied path before the default when looking for headers
|
2004-05-20 10:24:17 +00:00 |
|
Edin Kadribasic
|
9d6c259988
|
PostgreSQL PDO driver.
|
2004-05-20 02:27:49 +00:00 |
|