36 Commits

Author SHA1 Message Date
9d4e3612e0 fixed test break 2014-08-12 12:51:24 +02:00
3b665fe3c4 improved unit test SKIP detection
issue #4687
2014-08-12 12:10:19 +02:00
a082fd9140 Added test. 2014-07-12 12:53:12 -04:00
cd5bdd90d2 fixed postgres tests 2014-06-25 22:54:39 +02:00
651e6a3feb added support for BIT default values
fixes #422
2014-06-25 03:37:39 +02:00
4f95fcd91f added unit tests for schema detection
fixed some issues with schema detection
2014-06-25 03:09:28 +02:00
cc8a8360cb added unit test and notes about dbms specific settings 2014-06-24 03:11:34 +02:00
d1a3d40014 added test case to acually create cols with virtual type
verify issue #3473
2014-05-26 11:53:06 +02:00
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
e5031dfd5f test break fix. 2014-03-14 23:17:04 -04:00
32d0768919 style fixes with phpcs:yii2 2014-03-08 14:55:58 +02:00
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
0390a99833 Use backquotes to quote column and table names for sqlite (related with #1318) 2013-11-28 09:04:16 -05:00
e9fcde3264 support for batch insert in sqlite older than 3.7.11 2013-11-24 11:53:27 +01:00
9448c3d471 added unit tests for active dataprovider and fixed query tests 2013-11-13 19:35:44 +01:00
433958b40c removed sqlite specific test as it is the same as base AR test now 2013-11-03 15:50:11 +01:00
26c7f6d62f Fixed sqlite column type detection bug. 2013-11-03 09:02:17 -05:00
ee1689da03 some more on active record unit tests and sqlite
sqlite does not seem to allow using boolean values in select query
2013-11-01 17:57:28 +01:00
937a55f4fa fixed unit test for sqlite 2013-11-01 17:39:49 +01:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
949dda5fdb tagged tests with @group tags 2013-09-14 12:49:47 +02:00
6c6cb3cd90 Fixes #853: Added composite FK support for SQLite. 2013-09-13 20:41:40 -04:00
6fe152da7e Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords. 2013-09-13 20:13:46 -04:00
164c70eebc Add support for composite FK to cubrid 2013-09-06 15:32:33 +02:00
8abeed03bd added SchemaTest 2013-09-06 15:03:57 +02:00
544e412af8 unit test cleanup 2013-09-06 15:03:25 +02:00
30d6229943 Fixed test break. 2013-08-29 16:53:15 -04:00
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
f667b5785b - Added drop/add primary key methods to Command.php
- Added drop/add primary key methods to QueryBuilder.php
- Added mysql specific dropPrimarykey method
- Added sqlite specific dropPrimarykey and addPrimaryKey methods
- Added uint testing for dropPrimarykey and addPrimaryKey methods
- Corrected postgresql column types, by adding length and precision
2013-06-09 18:27:09 +02:00
af68ee9d27 Sqlite unit test for abstract db types 2013-06-03 00:24:39 +02:00
7cd9123c3b Tests cleanup
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
2013-05-24 18:35:00 +04:00
cb8f5d702f cleanup tests 2013-05-11 12:51:24 +02:00
452be102c6 Added newline at end files. 2013-05-09 23:27:19 +06:00
d712605a71 Added and resolved Sqlite tests #15. 2013-05-09 23:12:18 +06:00