Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |