Koji Tanaka
|
6529d5a308
|
test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression().
Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
|
2023-01-11 22:45:29 +01:00 |
|
Koji Tanaka
|
883ce8041e
|
test: Replace deprecated assertRegExp() with assertMatchesRegularExpression().
Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
|
2023-01-11 22:45:29 +01:00 |
|
Koji Tanaka
|
75716f76bc
|
test: Add return type declarations to overridden methods of TestCase classes.
|
2023-01-11 22:45:29 +01:00 |
|
Edgaras Janušauskas
|
49bbc21e1d
|
Fix failures on PHP 7.4. Run phpcs on PHP 7.0
|
2019-12-05 15:11:35 +02:00 |
|
bancer
|
7788c60f58
|
Adjust enum related unit tests
|
2018-12-12 14:31:55 +01:00 |
|
Humberto Pereira
|
23e38aeaf0
|
limiting the regex to consume only words in default value in PostgreSQL after ::
added tests showing the old behavior was broken.
|
2018-10-18 17:16:29 -04:00 |
|
mark_story
|
45695b6b5c
|
Fix missing field identifier quoting for COUNT(DISTINCT in SQLServer.
Refs #11186
|
2018-01-09 17:01:00 -05:00 |
|
mark_story
|
e85f489c1f
|
Add test for #11284
|
2017-10-13 21:55:56 -04:00 |
|
mark_story
|
2032fef772
|
Merge branch '2.x' into 2.next
|
2017-06-26 21:51:41 -04:00 |
|
Marc Würth
|
da8414e13b
|
Use HTTPS for the opensource.org MIT license URL
|
2017-06-11 00:23:22 +02:00 |
|
Marc Würth
|
10b89b51a9
|
Use HTTPS for the cakefoundation.org URL
|
2017-06-11 00:10:59 +02:00 |
|
Marc Würth
|
17314baa15
|
Use HTTPS for the cakephp.org URL
|
2017-06-10 23:40:28 +02:00 |
|
mark_story
|
b6372d63d9
|
Rename (small|tiny)int to (small|tiny)integer
Make the new types consistent with the biginteger.
|
2017-03-11 21:41:22 -05:00 |
|
Sebastien Barre
|
58078e77e1
|
more tinyint smallint tests in MySQL
|
2017-03-06 10:42:23 -05:00 |
|
Sebastien Barre
|
15a33eee06
|
update more tests, DatatypeFixture
|
2017-03-05 22:38:08 -05:00 |
|
Sebastien Barre
|
38101995b4
|
introduce new tinyint, smallint types for smaller storage requirements
|
2017-03-05 12:25:14 -05:00 |
|
Sebastien Barre
|
216ae0ec0c
|
fix coding standard
|
2017-03-04 00:56:57 -05:00 |
|
Sebastien Barre
|
d01f3e8aed
|
allow data sources to provide smaller integers based on storage requirements
|
2017-03-04 00:08:27 -05:00 |
|
chinpei215
|
e18029064c
|
Split tests of buildStatement()
|
2017-02-05 21:27:06 +09:00 |
|
chinpei215
|
abd7a257fe
|
Fix mysql test
|
2017-02-03 21:13:51 +09:00 |
|
chinpei215
|
923b73a7ba
|
Add support for having/lock options
|
2017-02-03 17:51:22 +09:00 |
|
mark_story
|
12cdc247ac
|
Fix PHPCS errors.
|
2016-12-07 00:38:55 -05:00 |
|
mark_story
|
0a2a400ea4
|
Fix type error tests to work in PHP5 & PHP7.1
Catch the TypeErrors that are raised and make the match the PHP5
behavior of a converted error.
|
2016-12-06 21:21:52 -05:00 |
|
mark_story
|
e3221b1c38
|
Fix errors in php7.1
* The constructor of errors has changed in PHP 7.1
* mcrypt is no longer available in PHP 7.1 by default.
|
2016-12-05 16:14:33 -05:00 |
|
mark_story
|
ad5130cd31
|
Merge branch '2.next' into 2.x
|
2016-09-18 22:22:56 -04:00 |
|
Val Bancer
|
98cd278c02
|
improved performance of insertMulti() in Mysql
|
2016-09-05 21:28:07 +02:00 |
|
mark_story
|
61b3fbd605
|
Merge branch '2.x' into 2.next
|
2016-08-09 22:12:26 -04:00 |
|
Mark van Driel
|
5caac5f340
|
Prevent unnecessary joins / complex conditions in delete
|
2016-07-27 16:31:57 +02:00 |
|
Mark van Driel
|
d6e45131ad
|
Prevent unnecessary joins / complex conditions in delete
|
2016-07-25 17:15:18 +02:00 |
|
mark_story
|
432eb9c432
|
Merge branch '2.x' into 2.next
|
2016-06-27 21:47:47 -04:00 |
|
Mark Story
|
0fd3ad9b76
|
Merge pull request #8851 from MarkusBauer/v2.x/SqliteTestEnhancements
Sqlite testcase enhancements
|
2016-05-18 22:01:33 -04:00 |
|
Markus Bauer
|
2227e01990
|
Fixing Sqlite's handling of datetime/timestamp columns with current_timestamp default set
|
2016-05-19 00:21:43 +02:00 |
|
Markus Bauer
|
058809275c
|
Enable nested transactions before trying to test them
|
2016-05-18 23:46:51 +02:00 |
|
Markus Bauer
|
f75ebf8cb9
|
Make Sqlite Testcases compatible with Windows / NTFS file systems
|
2016-05-18 23:46:10 +02:00 |
|
mscherer
|
e84ff5e0d5
|
Fix doc block param types.
|
2016-04-08 15:12:48 +02:00 |
|
Yevgeny Tomenko
|
296f698db3
|
Added test cases covering native uuid field usage for Postgres class
|
2016-01-28 21:13:33 +03:00 |
|
Seth Tanner
|
e75858d342
|
refs #7929 update uuid test
|
2016-01-15 12:15:59 -08:00 |
|
Larry E. Masters
|
894d233fd6
|
add @throws anotation to fix travis PHP_CODESNIFFER warnings
|
2015-12-13 15:16:49 -06:00 |
|
Larry E. Masters
|
48e018e707
|
Allowing tests to run on PHP 7
|
2015-12-13 14:12:31 -06:00 |
|
mark_story
|
c14d1ffe93
|
Add tests for #7428
|
2015-09-21 21:39:51 -04:00 |
|
Mark S.
|
c87de2a069
|
Fix CS
|
2015-09-17 11:33:59 +02:00 |
|
mark
|
e7d6319d59
|
Skip test for versions of < MySQL5.6.
|
2015-09-17 10:43:43 +02:00 |
|
mark
|
d8a55ad065
|
Allow CURRENT_TIMESTAMP for datetime columns - MySQL5.6+.
|
2015-09-16 14:16:58 +02:00 |
|
mark_story
|
7613e720e7
|
Fix PHPCS errors.
|
2015-07-07 22:06:47 -04:00 |
|
mark_story
|
e651d15df5
|
Add tests for less greedy field parsing in SQLite.
Refs #6887
|
2015-06-25 22:21:38 -04:00 |
|
mark_story
|
ae2ea1ea6c
|
Merge branch '2.6' into 2.7
|
2015-06-25 21:50:47 -04:00 |
|
mark_story
|
2f616a9e0c
|
Fix greedy regex operators in Postgres driver.
`*` is greedy in regex, and needs to be escaped so that SQL operators
don't cause invalid SQL conditions to be created.
Refs #6877
|
2015-06-24 23:39:26 -04:00 |
|
mark_story
|
3151c53255
|
Merge branch '2.6' into 2.7
|
2015-03-23 22:50:09 -04:00 |
|
mark_story
|
827465fa30
|
Merge branch 'postgres_altercolum_error' into master
Merge changes from #5512 into master. This fixes changing columns in
postgres to integer from string types.
|
2015-03-14 22:23:43 -04:00 |
|
mark_story
|
c32e5559bb
|
Add test to ensure column was converted to integer.
Refs #5512
|
2015-03-14 22:23:17 -04:00 |
|