1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext/pdo_pgsql
Edin Kadribasic accdde8c19 Finalized pgsql LOB support using native pgsql bytea type.
If paramater is bound with type PDO_PARAM_LOB the quoter function
gets a hint that specific LOB type quoting should be used:

$stmt->bindParam(":lob", $lob, PDO_PARAM_LOB);
2005-02-06 01:27:27 +00:00
..
2004-05-20 10:24:17 +00:00
2004-05-21 19:09:43 +00:00
2004-05-21 19:09:43 +00:00
2004-05-20 02:27:49 +00:00
2004-05-20 02:27:49 +00:00