| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - bug #36625 fix | Marcus Boerger | 2006-03-13 | 1 | -0/+49 |
| | | |||||
| * | - MFH Fix tests | Marcus Boerger | 2005-12-31 | 3 | -4/+6 |
| | | |||||
| * | fixed test for ZTS | Ilia Alshanetsky | 2005-12-18 | 1 | -1/+1 |
| | | |||||
| * | - MFH Bug #32223 weird behaviour of pg_last_notice | Marcus Boerger | 2005-11-07 | 1 | -0/+57 |
| | | |||||
| * | - MFH Make test check for PlPgSQL before using it | Marcus Boerger | 2005-10-09 | 1 | -16/+19 |
| | | |||||
| * | - MFH Add new test | Marcus Boerger | 2005-10-09 | 1 | -0/+51 |
| | | |||||
| * | (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. | Christopher Kings-Lynne | 2005-03-25 | 2 | -9/+8 |
| | | | | | | | | # The version in libpq is newer and faster than the one in PHP, but it is # necessary for me to add a string copy for freeing purposes. This copy # is only needed in Windows AFAIK, how can I detect that? | ||||
| * | - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq | Christopher Kings-Lynne | 2005-03-23 | 6 | -215/+239 |
| | | |||||
| * | Tweak some #if's to be more orthogonal. | Christopher Kings-Lynne | 2005-03-22 | 2 | -0/+12 |
| | | | | | | | | | | (PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity (PHP pg_copy_from) Use non-deprecated API if it is available (PHP pg_copy_to) Use non-deprecated API if it is available | ||||
| * | Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs. | Christopher Kings-Lynne | 2005-03-20 | 1 | -2/+8 |
| | | |||||
| * | - Add missing skipif part | Marcus Boerger | 2005-03-19 | 2 | -2/+8 |
| | | |||||
| * | Add regression tests for pg_transaction_status and pg_result_error_field | Christopher Kings-Lynne | 2005-03-19 | 2 | -0/+16 |
| | | |||||
| * | Added several new functions to support the PostgreSQL v3 protocol | Christopher Kings-Lynne | 2005-03-19 | 4 | -0/+274 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduced in PostgreSQL 7.4. (PHP pg_transaction_status) New function to get in-transaction status of a database connection. (PHP pg_query_params) New function to allow execution of parameterized queries. (PHP pg_prepare) New function to allow preparing named queries. (PHP pg_execute) New function to allow execution of named prepared queries. (PHP pg_send_query_params) New function that is the async equivalent of pg_query_params. (PHP pg_send_prepare) New function that is the async equivalent of pg_prepare. (PHP pg_send_execute) New function that is the async equivalent of pg_execute. (PHP pg_result_error_field) New function that allows highly detailed error information, most importantly the SQLSTATE error code # Regression tests are included for all but 2 functions, the rest will # follow shortly. Docs will also follow shortly. | ||||
| * | Keep BC of pg_fetch_object | Marcus Boerger | 2004-03-15 | 1 | -2/+2 |
| | | |||||
| * | Bugfix #27597 pg_fetch_array not returning false . | Marcus Boerger | 2004-03-15 | 1 | -0/+60 |
| | | |||||
| * | Show the connect result | Marcus Boerger | 2004-03-09 | 1 | -3/+6 |
| | | |||||
| * | Make test work with PostgreSQL 7.4 | Ilia Alshanetsky | 2003-12-23 | 1 | -2/+2 |
| | | |||||
| * | #args, reinsert skipif for extension check | Marcus Boerger | 2003-12-06 | 1 | -0/+3 |
| | | |||||
| * | Do not dynamically load the extension in skipif | Marcus Boerger | 2003-12-06 | 1 | -7/+0 |
| | | |||||
| * | Modify pg_fetch_object() to be able to instantiate a selected class and pass | Marcus Boerger | 2003-09-06 | 4 | -3/+42 |
| | | | | | | parameters to the constructor. Update tests and add a test for these features. | ||||
| * | Fixed tests that failed in ZTS due to incorrect file paths. | Ilia Alshanetsky | 2003-08-28 | 4 | -13/+18 |
| | | | | | | Fixed test that failed due to new array dimension property being fetched. | ||||
| * | Add reson | Marcus Boerger | 2003-07-22 | 1 | -1/+1 |
| | | |||||
| * | Add test for bug #24499 | Marcus Boerger | 2003-07-20 | 1 | -0/+66 |
| | | |||||
| * | Do not test postgres settings | Marcus Boerger | 2003-06-30 | 1 | -2/+2 |
| | | |||||
| * | Update | Marcus Boerger | 2003-05-31 | 1 | -8/+10 |
| | | |||||
| * | Fix handling of default links | Marcus Boerger | 2003-05-30 | 1 | -10/+17 |
| | | |||||
| * | Fix notice handling | Marcus Boerger | 2003-05-30 | 1 | -4/+3 |
| | | |||||
| * | - Fix ini handling in ZTS mode | Marcus Boerger | 2003-05-30 | 1 | -2/+3 |
| | | |||||
| * | Reorganized tests | Marcus Boerger | 2003-05-20 | 47 | -634/+488 |
| | | |||||
| * | Test for bug #14383 | Marcus Boerger | 2002-11-14 | 1 | -0/+37 |
| | | |||||
| * | Added tests for new functions | Yasuo Ohgaki | 2002-10-18 | 13 | -1/+149 |
| | | |||||
| * | Rename pg_metadata() to pg_meta_data() to confirm naming standard | Yasuo Ohgaki | 2002-10-02 | 2 | -2/+2 |
| | | |||||
| * | Added test for pg_fetch_*() functions | Yasuo Ohgaki | 2002-04-25 | 2 | -0/+61 |
| | | |||||
| * | Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. | Yasuo Ohgaki | 2002-04-23 | 7 | -25/+20 |
| | | | | | | | pg_convert() may ignore, NOT NULL and/or DEFAULT. pg_insert/pg_update/pg_select/pg_update may return query string. | ||||
| * | Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid ↵ | Yasuo Ohgaki | 2002-04-20 | 1 | -1/+14 |
| | | | | | | | | larger than 2^31. @Added large OID value (2^31 to 2^32) support for pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export(). (Yasuo) | ||||
| * | Update tests | Yasuo Ohgaki | 2002-04-19 | 4 | -22/+26 |
| | | |||||
| * | Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() | Yasuo Ohgaki | 2002-04-08 | 15 | -0/+285 |
| | | | | | | | | and pg_delete(). @ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() @ and pg_delete(). (Yasuo) | ||||
| * | Chages for new pg_last_notice() | Yasuo Ohgaki | 2002-04-06 | 1 | -0/+6 |
| | | |||||
| * | Add error message from _notice_handler() | Yasuo Ohgaki | 2002-04-05 | 1 | -0/+2 |
| | | | | | | | # Currently, it always logs whennever notice message is # recieved. I'll change error log optional later. | ||||
| * | Add notice message test | Yasuo Ohgaki | 2002-04-05 | 2 | -0/+23 |
| | | | | | | # Need to figure out why estrduped string is not null terminated | ||||
| * | Update message | Yasuo Ohgaki | 2002-04-05 | 1 | -2/+2 |
| | | |||||
| * | Add bytea field to test table. | Yasuo Ohgaki | 2002-04-05 | 3 | -3/+3 |
| | | | | | | Use table name variable. | ||||
| * | Add real pg_escape_bytea() test. | Yasuo Ohgaki | 2002-04-05 | 3 | -2/+31 |
| | | |||||
| * | Fix tests | Yasuo Ohgaki | 2002-04-04 | 2 | -6/+7 |
| | | |||||
| * | Added pg_escape_*() test | Yasuo Ohgaki | 2002-04-04 | 2 | -0/+38 |
| | | |||||
| * | Fix bug in test script | Yasuo Ohgaki | 2002-01-10 | 1 | -1/+1 |
| | | |||||
| * | Actually drop test table. | Yasuo Ohgaki | 2001-12-17 | 1 | -6/+2 |
| | | | | | | # name is dropdb since it may be changed to actually destory test db | ||||
| * | Use database named test for testing | Yasuo Ohgaki | 2001-12-17 | 2 | -2/+5 |
| | | |||||
| * | Added test files | Yasuo Ohgaki | 2001-12-17 | 20 | -0/+392 |
