Ulf Wendel
|
e21ea5e7ce
|
Fix SKIPIF
|
2011-09-06 13:57:03 +00:00 |
|
Ulf Wendel
|
f5e4b5f1c5
|
Fix SKIPIF
|
2011-09-06 13:57:03 +00:00 |
|
Stanislav Malyshev
|
6280a6bdf9
|
fix redirect when test run from different places
|
2011-09-06 05:21:56 +00:00 |
|
Ulf Wendel
|
6e3708cc59
|
Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1
|
2011-09-02 11:06:51 +00:00 |
|
Ulf Wendel
|
864f8106be
|
Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1
|
2011-09-02 11:06:51 +00:00 |
|
Johannes Schlüter
|
262cc2f37a
|
- Be less restrictive on the SQL state, some server versions might fool us
|
2011-08-31 15:25:18 +00:00 |
|
Johannes Schlüter
|
b3c3d35b9f
|
- Be less restrictive on the SQL state, some server versions might fool us
|
2011-08-31 15:25:18 +00:00 |
|
Rasmus Lerdorf
|
595f2e71ec
|
Since we are creating this csv file locally this should obviously
be a a LOCAL infile here for this to work reliably. For robustness
this should probably have a check for the local-infile server
setting as well.
|
2011-08-31 07:43:58 +00:00 |
|
Rasmus Lerdorf
|
8b4ac6bb8f
|
Fix test. I have no idea why the test author didn't expect to get back
latin2 when the test is setting it to latin2 here. Both PHP and MySQL
are doing the right thing here.
|
2011-08-31 07:19:20 +00:00 |
|
Ulf Wendel
|
61b2568310
|
Would be nice if tests get updated whenever a feature is added by the person adding the feature...
|
2011-07-26 09:33:01 +00:00 |
|
Ulf Wendel
|
48d47da8af
|
Would be nice if tests get updated whenever a feature is added by the person adding the feature...
|
2011-07-26 09:33:01 +00:00 |
|
Ulf Wendel
|
ac9708ccf2
|
Fix mysqlnd detection
|
2011-07-26 09:30:49 +00:00 |
|
Ulf Wendel
|
41c94d26a4
|
Fix mysqlnd detection
|
2011-07-26 09:30:49 +00:00 |
|
Felipe Pena
|
087a134b50
|
- Fixed bug #54929 (Parse error with single quote in sql comment)
|
2011-06-04 22:54:40 +00:00 |
|
Felipe Pena
|
e1a5443f97
|
- Fixed bug #54929 (Parse error with single quote in sql comment)
|
2011-06-04 22:54:40 +00:00 |
|
Johannes Schlüter
|
3e17b49008
|
- Fix Bug #53782 (foreach throws irrelevant exception)
|
2011-05-16 15:37:39 +00:00 |
|
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 |
|