Pierrick Charron
dc0b588e65
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string).
2009-12-06 21:32:58 +00:00
Pierrick Charron
99ba48dc60
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string).
2009-12-06 21:32:58 +00:00
Pierrick Charron
13010b552b
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
2009-12-03 15:24:43 +00:00
Pierrick Charron
e2efe4bc7b
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
2009-12-03 15:24:43 +00:00
Rasmus Lerdorf
4bf5bab596
The constructor generates that next line of output, so the expected
...
output had these 2 lines in the wrong order. Test your tests!
2009-11-25 05:44:27 +00:00
Rasmus Lerdorf
b442bc3b79
The constructor generates that next line of output, so the expected
...
output had these 2 lines in the wrong order. Test your tests!
2009-11-25 05:44:27 +00:00
Rasmus Lerdorf
1b37fd48a9
And there is no 23,24,25 in this test at all. Perhaps these lines were
...
added to the wrong file by mistake? Those were the same ones missing from
pdo_mysql___construct_options.phpt
2009-11-25 05:38:33 +00:00
Rasmus Lerdorf
4507292dfc
And there is no 23,24,25 in this test at all. Perhaps these lines were
...
added to the wrong file by mistake? Those were the same ones missing from
pdo_mysql___construct_options.phpt
2009-11-25 05:38:33 +00:00
Rasmus Lerdorf
5ff2df9b5f
Unless I am completely misreading this test case, these 3 lines at the
...
end should be in the expected output.
2009-11-25 05:29:57 +00:00
Rasmus Lerdorf
04927191c7
Unless I am completely misreading this test case, these 3 lines at the
...
end should be in the expected output.
2009-11-25 05:29:57 +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
7c3bd45b82
- Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
...
(patch by Pierrick)
2009-11-15 16:20:37 +00:00
Ulf Wendel
e5e58ed47e
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
Ulf Wendel
973d7badd5
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
Ulf Wendel
50a8d25129
Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less
2009-10-26 11:48:47 +00:00
Ulf Wendel
58f7c5f578
Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less
2009-10-26 11:48:47 +00:00
Ulf Wendel
b847135194
Updating test, mysqlnd support init commands
2009-10-26 11:41:30 +00:00
Ulf Wendel
ee36281037
Updating test, mysqlnd support init commands
2009-10-26 11:41:30 +00:00
Ulf Wendel
381ebe751b
mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd
2009-09-22 15:31:35 +00:00
Ulf Wendel
fd33df54ba
mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd
2009-09-22 15:31:35 +00:00
Gwynne Raskind
9adf2ed4aa
call-time pass-by-reference is deprecated in 5.3
2009-07-02 10:05:15 +00:00
Felipe Pena
d0c644c7bb
- Synced pieces of codes
...
- Fixed tests
2009-03-24 19:32:06 +00:00
Felipe Pena
a3e90c2a63
- Fix test
2009-03-24 15:51:13 +00:00
Felipe Pena
861d51223f
MFH:
...
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
2009-03-23 23:15:03 +00:00
David Coallier
55ad0efd17
- Make test conform to the error reporting that always returns
...
three elements. Adjusted all bugs and tests that were using
errorInfo() and errorCode() (dbh & stmt)
2008-11-10 18:44:04 +00:00
David Coallier
d781f9d67f
- Hrphm, sorry about that, forgot the array value. Now the test runs fine
2008-11-10 12:49:51 +00:00
David Coallier
d2c1047241
- Adjusted test to make sure it reflects the behavior of the method
2008-11-10 12:40:23 +00:00
Felipe Pena
e0fededeba
- MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
2008-11-03 15:33:23 +00:00
Felipe Pena
870039d58a
- Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
2008-11-03 15:31:51 +00:00
Johannes Schlüter
40e42663f5
MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)
2008-10-27 18:32:08 +00:00
Johannes Schlüter
b22d3665be
Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)
2008-10-27 18:29:57 +00:00
Felipe Pena
3c1cd7f7f3
- Fixed test
2008-10-19 18:24:37 +00:00
Felipe Pena
02fee77584
- Fixed test
2008-10-19 18:23:53 +00:00
Johannes Schlüter
a3e4b27857
Fix test
2008-10-19 18:08:29 +00:00
Johannes Schlüter
262f89b81f
Fix test
2008-10-19 18:08:19 +00:00
Johannes Schlüter
c8361e7cfe
MFH: fix mysqlnd detection
2008-10-19 12:43:34 +00:00
Johannes Schlüter
d106560958
fix mysqlnd detection
2008-10-19 12:43:10 +00:00
Johannes Schlüter
0b216b4161
Fix test
2008-10-19 12:20:43 +00:00
Johannes Schlüter
ddfa9e6297
Fix test
2008-10-19 12:20:28 +00:00
Johannes Schlüter
0614a7763e
MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]
2008-10-14 19:00:53 +00:00
Johannes Schlüter
d4f7133441
Add PDO::MYSQL_ATTR_COMPRESS connection flag
2008-10-14 19:00:11 +00:00
Felipe Pena
208e1b8a22
- Added SKIPIF
2008-10-14 17:46:28 +00:00
Felipe Pena
42e3a93a8b
- Added SKIPIF
2008-10-14 17:45:52 +00:00
Felipe Pena
31314f5256
- Fixed test
2008-10-14 17:37:13 +00:00
Felipe Pena
84be2eb47b
- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
2008-10-14 17:36:02 +00:00
Felipe Pena
469e58a2a1
- Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
2008-10-14 17:34:11 +00:00
Felipe Pena
0c71486c59
- Fixed tests
2008-10-10 16:56:28 +00:00
Felipe Pena
8a5ee4b33a
- Fixed tests
2008-10-10 16:51:43 +00:00
Felipe Pena
1f54af9245
MFH:
...
- Fixed bug #44251 (Question mark and an escaped singel quote lead to an exception)
- Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
Patch by: tsteiner at nerdclub dot net
2008-10-10 12:10:41 +00:00
Felipe Pena
cdeea98d37
- Fixed bug #44251 (Question mark and an escaped singel quote lead to an exception)
...
- Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
Patch by: tsteiner at nerdclub dot net
2008-10-10 12:08:07 +00:00