Johannes Schlüter
|
a90b7da435
|
- Fix Bug #53782 (foreach throws irrelevant exception)
|
2011-05-16 15:37:39 +00:00 |
|
Kalle Sommer Nielsen
|
ba4fbb05ae
|
Remove this void comment (c/p mistake)
|
2011-01-17 09:59:07 +00:00 |
|
Kalle Sommer Nielsen
|
dc8da85778
|
Remove this void comment (c/p mistake)
|
2011-01-17 09:59:07 +00:00 |
|
Kalle Sommer Nielsen
|
504b6f695e
|
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
|
2011-01-17 09:54:22 +00:00 |
|
Johannes Schlüter
|
fc49f76caa
|
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
|
2011-01-14 14:57:57 +00:00 |
|
Johannes Schlüter
|
22b42afaee
|
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
|
2011-01-14 14:57:57 +00:00 |
|
Kalle Sommer Nielsen
|
ee62a1a747
|
Added test case for #47802 and fixed macro name after the move to mysql_options()
|
2011-01-07 17:18:30 +00:00 |
|
Ulf Wendel
|
bd73903efb
|
Fix test: third parameter can be false.
|
2010-10-05 14:41:08 +00:00 |
|
Ulf Wendel
|
8c319bf942
|
Fix test: third parameter can be false.
|
2010-10-05 14:41:08 +00:00 |
|
Ulf Wendel
|
8236f62ce2
|
Test update for sql_mode = ANSI
|
2010-09-22 15:16:07 +00:00 |
|
Ulf Wendel
|
841c151b64
|
Test update for sql_mode = ANSI
|
2010-09-22 15:16:07 +00:00 |
|
Ulf Wendel
|
c30edd027f
|
Dont be strict on error messages, they can vary by server version
|
2010-09-20 09:04:48 +00:00 |
|
Ulf Wendel
|
70d231bf13
|
Dont be strict on error messages, they can vary by server version
|
2010-09-20 09:04:48 +00:00 |
|
Ulf Wendel
|
d27642fece
|
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.
|
2010-08-31 14:43:02 +00:00 |
|
Ulf Wendel
|
d3670280f0
|
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.
|
2010-08-31 14:43:02 +00:00 |
|
Ulf Wendel
|
d0e7e5aa2a
|
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
|
2010-08-30 09:20:48 +00:00 |
|
Ulf Wendel
|
b12d435b14
|
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
|
2010-08-30 09:20:48 +00:00 |
|
Ulf Wendel
|
0ab82cecc2
|
Fixing test - see also gcov results
|
2010-05-31 13:28:15 +00:00 |
|
Ulf Wendel
|
aa9915ce5d
|
Fixing test - see also gcov results
|
2010-05-31 13:28:15 +00:00 |
|
Ulf Wendel
|
2613069cd4
|
Improve EXPECTF to work with other than default schemata
|
2010-05-31 10:52:14 +00:00 |
|
Ulf Wendel
|
51044eb919
|
Improve EXPECTF to work with other than default schemata
|
2010-05-31 10:52:14 +00:00 |
|
Pierrick Charron
|
8f128b2b13
|
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset
|
2010-04-27 05:56:56 +00:00 |
|
Pierrick Charron
|
1892d92d68
|
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset
|
2010-04-27 05:56:56 +00:00 |
|
Johannes Schlüter
|
24916b2884
|
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
constructor)
|
2010-02-11 22:14:06 +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 |
|
Johannes Schlüter
|
d8afb7374c
|
Overlong hostnames breakthistest on NIS enabled FreeBSD
|
2010-01-21 13:30:46 +00:00 |
|
Johannes Schlüter
|
6dda7add54
|
Overlong hostnames breakthistest on NIS enabled FreeBSD
|
2010-01-21 13:30:46 +00:00 |
|
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 |
|