wez Thu Nov 24 22:37:02 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo/tests bug_34630.phpt
Log:
actually, bytea is not required for LOBs in postgres; good!
http://cvs.php.net/diff.php/php-src/ext/pdo/tests/bug_34630.phpt?r1=1.1.2.4&r2=1.1.2.5&ty=u
Index: php-src/ext/pdo/tests/bug_34630.phpt
diff -u php-src/ext/pdo/tests/bug_34630.phpt:1.1.2.4
php-src/ext/pdo/tests/bug_34630.phpt:1.1.2.5
--- php-src/ext/pdo/tests/bug_34630.phpt:1.1.2.4 Thu Nov 24 22:24:32 2005
+++ php-src/ext/pdo/tests/bug_34630.phpt Thu Nov 24 22:37:01 2005
@@ -19,8 +19,6 @@
if ($is_oci) {
$db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val BLOB)');
-} else if ($driver == 'pgsql') {
- $db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val bytea)');
} else {
$db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val
VARCHAR(256))');
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php