Yasuo Ohgaki
|
cb13f8318b
|
Add user contributed test. Bug #61748
|
2013-08-02 09:52:08 +09:00 |
|
Lars Strojny
|
1e9a3ed234
|
Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
|
2013-01-14 17:59:11 +01:00 |
|
Rasmus Lerdorf
|
9111a8a58a
|
createCollation() for pdo_sqlite as well
Closes bug #55226
|
2012-01-29 04:22:23 +00:00 |
|
Dmitry Stogov
|
cacf363957
|
Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
|
2011-11-08 10:11:25 +00:00 |
|
Patrick Allaert
|
9da01ac6b6
|
Added test for #60104
|
2011-11-04 19:13:37 +00:00 |
|
Felipe Pena
|
fbb5aae32c
|
- New tests (code coverage++)
|
2011-06-19 12:33:49 +00:00 |
|
Felipe Pena
|
938265115b
|
- New test
|
2010-07-29 23:46:49 +00:00 |
|
Johannes Schlüter
|
ed03634a8c
|
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
constructor)
|
2010-02-11 22:14:06 +00:00 |
|
Ilia Alshanetsky
|
d2e14e3f20
|
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
|
2010-01-12 12:46:54 +00:00 |
|
Felipe Pena
|
c00a91a024
|
- Added SKIPIF
|
2009-12-15 00:37:43 +00:00 |
|
Felipe Pena
|
286f36e702
|
- Fixed memory leak when E_STRICT message is getted
|
2009-12-14 21:44:56 +00:00 |
|
Felipe Pena
|
4bafbf58f8
|
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
(patch by Pierrick)
|
2009-11-15 16:20:37 +00:00 |
|
Felipe Pena
|
cdf9cf3033
|
- Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS with ctor_args)
[HEAD only]
|
2009-07-19 18:55:31 +00:00 |
|
Jani Taskinen
|
eb190a2ef9
|
MFH: Fix cleanup
|
2009-04-25 21:44:33 +00:00 |
|
Jani Taskinen
|
7be492a208
|
MFB: Added missing SKIPIF
|
2009-04-25 21:38:04 +00:00 |
|
Felipe Pena
|
a518082fb0
|
- Fix test
|
2009-02-20 13:39:14 +00:00 |
|
Johannes Schlüter
|
162aed0aed
|
MFH: Fix #46542 Extending PDO class with a __call() function doesn't work
as expected
|
2009-02-17 14:42:26 +00:00 |
|
Felipe Pena
|
7c34d6f76b
|
- New test
|
2009-02-13 02:20:52 +00:00 |
|
Scott MacVicar
|
efaba65cf5
|
MFH Add table key to getColumnMeta() with SQLite
|
2009-01-13 02:50:54 +00:00 |
|
Johannes Schlüter
|
76b988475a
|
MFH: Fix tests (use a in-memory database not a file called memory)
|
2008-12-03 11:00:31 +00:00 |
|
Felipe Pena
|
00cb5de0ab
|
MFH:
- Fixed memory leaks
- Added new tests (Coverage++)
|
2008-12-02 21:01:37 +00:00 |
|
Felipe Pena
|
a912d80adb
|
MFH:
- Fixed wrong check
- Improved test
|
2008-11-05 23:40:38 +00:00 |
|
Felipe Pena
|
a5e72fd696
|
- MFH: Improved fix
|
2008-11-03 23:44:38 +00:00 |
|
Felipe Pena
|
22147d94af
|
- New test
|
2008-11-03 21:49:34 +00:00 |
|
Felipe Pena
|
27965c932f
|
MFH:
- Fixed endless loop in PDOStatement::debugDumpParams()
patch by: Jonah H. Harris <jonah.harris at gmail dot com>
|
2008-11-03 20:48:51 +00:00 |
|
Felipe Pena
|
6f81d12eb1
|
- Added skipif
|
2008-10-10 19:53:20 +00:00 |
|
Felipe Pena
|
cefe0f3c22
|
- New test
|
2008-10-10 19:49:42 +00:00 |
|
Antony Dovgal
|
c92ae847c7
|
add missing skipif conditions
fix existing ones
|
2005-12-21 11:42:06 +00:00 |
|
Antony Dovgal
|
1e93bb16e4
|
fix #35336 (crash on PDO::FETCH_CLASS + __set())
|
2005-11-23 11:15:11 +00:00 |
|
Ilia Alshanetsky
|
8b91c8f32e
|
ZTS test fix
|
2005-10-18 00:17:27 +00:00 |
|
Ilia Alshanetsky
|
bc80bdb973
|
Added test for bug #33841.
|
2005-07-24 17:19:59 +00:00 |
|
Wez Furlong
|
35dbaea547
|
remove the old tests for pdo_sqlite
|
2005-07-06 06:09:13 +00:00 |
|
Wez Furlong
|
7b610aba35
|
Add a redirect test to run the common pdo core tests against the sqlite
driver
|
2005-07-06 06:08:53 +00:00 |
|
Marcus Boerger
|
9b3929a7e9
|
- Need to make PDO::__construct() final to prevent SEGV it isn't called 1st
|
2005-05-26 18:36:18 +00:00 |
|
Marcus Boerger
|
2ac0540323
|
- Add test for deriving PDO
|
2005-05-24 14:26:22 +00:00 |
|
Marcus Boerger
|
88157ad284
|
- Add new tests for PDO_FETCH_INTO
|
2005-05-24 12:39:09 +00:00 |
|
Marcus Boerger
|
2906d6570c
|
- Add new test
|
2005-03-24 12:31:37 +00:00 |
|
Marcus Boerger
|
a66e14645c
|
- Add new tests
|
2005-03-21 00:29:25 +00:00 |
|
Marcus Boerger
|
360fbc09b7
|
- Interface name was changed
|
2005-03-19 10:55:35 +00:00 |
|
Marcus Boerger
|
7c4cd04229
|
- Update tests
|
2005-03-13 22:35:34 +00:00 |
|
Marcus Boerger
|
92af2b6194
|
- Update tests
|
2005-03-10 17:55:36 +00:00 |
|
Magnus M��tt�
|
591fb2d97c
|
Add one more test.
|
2005-03-09 05:29:57 +00:00 |
|
Magnus M��tt�
|
4b4975f1f8
|
Add test 020 and 021 for PDO_SQLite.
|
2005-03-09 04:45:08 +00:00 |
|
Marcus Boerger
|
bbccc37f84
|
- Add new tests
|
2005-03-07 22:43:27 +00:00 |
|
Marcus Boerger
|
efb3529b7f
|
- Add new tests
|
2005-03-07 22:36:12 +00:00 |
|
Marcus Boerger
|
7bbbfa3f15
|
- Add new tests
|
2005-03-07 01:39:12 +00:00 |
|
Marcus Boerger
|
f76f510185
|
- Add tests
- Fix testname
- Drop unnecessary include line (was wrong anyway)
|
2005-03-04 01:29:27 +00:00 |
|
Marcus Boerger
|
d0a76e992b
|
- Add new test
|
2005-02-27 22:39:35 +00:00 |
|
Wez Furlong
|
31f5f8f907
|
fix line endings
|
2005-02-26 15:41:54 +00:00 |
|
Marcus Boerger
|
b89fda667f
|
- Drop driver name from generic tests and reserve those names for driver
specific tests.
# Well a little design correction
|
2005-02-24 00:11:16 +00:00 |
|