12 Commits

Author SHA1 Message Date
03e07f4340 cleaned up "use" statements. 2013-06-14 22:42:55 -04:00
cc0fe1b02c code style fixes 2013-06-13 02:16:48 +04:00
2c02bc918d migrate command, primary key 2013-06-10 20:30:31 +06:00
c338d4b76b Updated code styling and added braces. 2013-06-09 23:23:51 +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
a977d8208e Replaced dropConstraint with dropPrimarykey method. 2013-06-09 14:10:45 +02:00
3796db7d00 - Ported addPrimaryKey and created dropConstraint.
- The dropConstraint method can be used both for dropPrimaryKey and dropForeignKey
2013-06-09 11:00:15 +02:00
3680a4781d removed unneccessary brackets 2013-06-03 08:28:14 +02:00
7117a6752b Added phpdoc about precision constraints for abstract db types 2013-06-02 22:58:42 +02:00
5c56c0fc02 Better flexibility for abstract db types
Feature was requested in yiisoft/yii#765
2013-06-02 16:05:11 +02:00
1f9a46850c MSSQL initial query builder. 2013-05-22 22:25:49 +06:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00