Matteo Beccati
25aae37229
Fixed bug #64609 (pg_convert enum type support)
2013-06-02 06:29:35 +02:00
Matteo Beccati
79803bebde
Fixed bug #62857 (bytea test failures)
...
Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.
I haven't updated the NEWS file as it's just test fixes.
2013-06-01 23:15:48 +02:00
Xinchen Hui
a2045ff332
Happy New Year~
2013-01-01 16:02:16 +08:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Yasuo Ohgaki
8449e0ca89
Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
2012-03-29 20:04:15 +09:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Ilia Alshanetsky
b6530d8978
Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).
2011-11-15 18:02:58 +00:00
Matteo Beccati
18b8a3bcb7
Fixed a few false positives on gcov for ext/pgsql
2011-08-30 14:01:03 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Pierre Joye
ce96fd6b07
- fix #39863 , do not accept paths with NULL in them. See http://news.php.net/php.internals/50191 , trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
2010-11-18 15:22:22 +00:00
Felipe Pena
996f45b688
- Fixed bug #47199 (pg_delete() fails on NULL)
...
patch by: ewgraf at gmail dot com
2010-11-06 17:43:25 +00:00
Raphael Geissert
174d2528b1
Fix typos s/connnection/connection
2010-05-01 18:27:42 +00:00
Felipe Pena
1efc049863
- Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument)
...
Patch by: cbandy at jbandy dot com
2010-04-20 15:59:01 +00:00
Felipe Pena
5aedea7179
- Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)
2010-04-20 14:11:53 +00:00
Felipe Pena
0b401e1289
- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal)
...
Patch by: cbandy at jbandy dot com
2010-04-20 11:49:23 +00:00
Hannes Magnusson
3f15f8f4e3
Fix build (see r296062)
2010-03-11 19:50:04 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Matteo Beccati
166b3ef63d
Removed spurious high-ascii char from previous commmit
2009-12-25 21:01:06 +00:00
Matteo Beccati
09587d3cbf
- Updated ext/pgsql tests to work w/ PostgreSQL 8.5
...
# tested w/ 8.5alpha3
2009-12-25 20:56:00 +00:00
Ilia Alshanetsky
eae259b7ea
Fixe build
2009-11-27 03:02:01 +00:00
Ilia Alshanetsky
23f4da9113
Fixed bug #50195 (pg_copy_to() fails when table name contains schema).
2009-11-25 14:28:00 +00:00
Ilia Alshanetsky
03ddb4f2b5
Fixed compiler warnings
2009-11-02 13:33:24 +00:00
Kalle Sommer Nielsen
01fc4ed1d6
MFH: Fix compiler warnings
2009-05-19 16:03:36 +00:00
Pierre Joye
dff4655e31
- MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
2009-05-11 10:44:12 +00:00
Ilia Alshanetsky
309533842f
MFB: ext/pgsql/tests/80_bug14383.phpt
2009-04-06 14:23:07 +00:00
Ilia Alshanetsky
8610935eac
Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
...
literal)
2009-03-12 22:53:16 +00:00
Pierre Joye
cb95e1e709
- add path for libpq (other are kept)
2009-03-09 17:52:51 +00:00
Felipe Pena
d295d9113e
- MFH: Fix test
2009-01-30 14:50:05 +00:00
Felipe Pena
e77326faba
- MFH: Fixed bug #47048 (Segfault with new pg_meta_data)
2009-01-18 23:49:31 +00:00
Ilia Alshanetsky
dfa86ccf73
Improved parameter handling
2009-01-13 19:08:08 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Dmitry Stogov
7d4fd3fd38
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
2008-11-27 19:01:23 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Felipe Pena
8563497a94
MFH:
...
- Fixed:
. Memory leak in pg_delete() when using PGSQL_DML_STRING.
. Bug #24679 (pg_insert problem!)
. Bug #35996 (pg_meta_data should take the schema into account)
. Bug #40808 (pg_insert problem)
. Bug #42078 (pg_meta_data mix tables metadata from different schemas)
- Improved:
. Error messages
- Added:
. Tests
2008-10-16 00:39:31 +00:00
Felipe Pena
30173a8ec8
- Fixed possible efree(NULL)
2008-10-15 13:34:26 +00:00
Felipe Pena
310ac30e5a
MFH:
...
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
Patch by Tony
2008-10-13 13:44:32 +00:00
Ilia Alshanetsky
529105427e
use proper macro
2008-10-08 23:04:38 +00:00
Ilia Alshanetsky
fdcdf8c02b
Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
...
strings).
2008-10-01 20:30:23 +00:00
Ilia Alshanetsky
b3bbaf7d06
Fixed unused var warning
2008-09-10 01:39:35 +00:00
Felipe Pena
0c745885ca
- Fixed some wrong format parameters
2008-09-08 01:33:08 +00:00
Jani Taskinen
b17dc14f18
MFH: nuketh C++ comments
2008-08-03 12:15:55 +00:00
Dmitry Stogov
691d4a6999
Fixed uninitialised data
2008-07-25 08:23:07 +00:00
Hartmut Holzgraefe
54981e8c2e
MFH: corrected library search path order in tests
2008-07-23 21:44:25 +00:00
Hartmut Holzgraefe
6fcc0ec369
splitted test cases for lo_create and lo_import, added version aware
...
SKIP tests
2008-07-23 09:06:59 +00:00
Hartmut Holzgraefe
432b57b2ae
added support for object ids in pg_lo_create() and pg_lo_import() where available
...
(based on code provided by Tatsuo Ishii)
2008-07-23 00:17:19 +00:00
Felipe Pena
01a35a058f
- Added arginfo
2008-07-02 00:10:54 +00:00
Felipe Pena
4fe93ca55d
- Fixed test
2008-06-30 01:23:30 +00:00