nlopess         Tue Feb 19 14:46:42 2008 UTC

  Modified files:              
    /php-src/ext/pdo/tests      bug_38253.phpt 
  Log:
  MFB
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_38253.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/pdo/tests/bug_38253.phpt
diff -u php-src/ext/pdo/tests/bug_38253.phpt:1.4 
php-src/ext/pdo/tests/bug_38253.phpt:1.5
--- php-src/ext/pdo/tests/bug_38253.phpt:1.4    Mon May  7 17:23:02 2007
+++ php-src/ext/pdo/tests/bug_38253.phpt        Tue Feb 19 14:46:41 2008
@@ -14,7 +14,7 @@
 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
 $pdo = PDOTest::factory();
 
-$pdo->exec ("create table test (id integer primary key, n text)");
+$pdo->exec ("create table test (id integer primary key, n varchar(255))");
 $pdo->exec ("INSERT INTO test (id, n) VALUES (1, 'hi')");
 
 $pdo->setAttribute (PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_CLASS);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to