dd26d39dd8
Removed unused namespace imports
2014-02-07 13:26:00 +04:00
9d986daf4f
Update QueryBuilderTest.php
...
Comment test because it proceed an errors when tries to run at mssql and other DBMS.
2014-01-23 18:35:55 +03:00
dd79325a0a
Update QueryBuilderTest.php
...
Add test for UNION/UNION ALL function.
It could be useful to use "phpunit --group=db --filter testBuildUnion" command for run it.
2014-01-23 17:03:32 +03:00
442393dac9
removed failing tests.
2014-01-11 10:44:39 -05:00
7d08a09620
Fixes #1809 : Added support for building "EXISTS" and "NOT EXISTS" query conditions
2014-01-11 08:35:43 -05: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
544e412af8
unit test cleanup
2013-09-06 15:03:25 +02:00
825258efb8
cubrid unit tests WIP
2013-09-05 18:23:25 +02:00
6dba4da3ed
Fixes #828 : refactored QueryBuilder::build()
2013-08-29 16:47:48 -04:00
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
f2e57b2eec
Fixed test breaks.
2013-07-02 22:19:05 -04:00
1df859cfa1
typo: primarykey -> primaryKey
2013-06-10 23:17:41 +02: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
c28b0183a5
whitespace
2013-06-02 22:12:37 +02:00
5c56c0fc02
Better flexibility for abstract db types
...
Feature was requested in yiisoft/yii#765
2013-06-02 16:05:11 +02:00