1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/pgsql/tests
Marcus Boerger f6239c33bc Modify pg_fetch_object() to be able to instantiate a selected class and pass
parameters to the constructor. Update tests and add a test for these features.
2003-09-06 18:34:55 +00:00
..
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-06-30 18:00:30 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2002-11-14 20:30:53 +00:00
2003-07-20 20:27:43 +00:00
2003-05-20 00:14:46 +00:00
2003-05-20 00:14:46 +00:00
2002-04-05 06:06:21 +00:00
2002-04-05 06:05:28 +00:00
2003-05-31 12:54:20 +00:00
2003-07-22 23:01:24 +00:00

Test scripts assumes: 
 - PostgreSQL server is installed locally
 - there is a PostgreSQL account for the users running the test scripts
 - there is database named "test"

For instance, if your login name is 'testuser', you should have PostgreSQL 
user account named 'testuser' and grant that user access to the database 
'test'.

If you have account and database, type "createdb test" from command prompt 
to create the database to execute the test scripts. By executing the above 
command as the same user running the tests you ensure that the user is 
granted access to the database.

If you find problems in PostgreSQL module, please mail to
intenals@lists.php.net, helly@php.net or yohgaki@php.net.