6 Commits

Author SHA1 Message Date
4efeedd314 Minor coding style fix. 2013-06-09 17:46:41 -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
e505566446 Refactored types to be compatible with 1.1 2013-06-06 19:51:22 +02:00
5a587d16f0 Fixed several formatting issues.
Refactored == null to is_null == '' to empty(...)
2013-06-06 16:29:17 +02:00
70e973129d Added foreign keys and cleanup internal pg types 2013-06-06 11:29:28 +02:00
cbde22af55 Savepoint WIP QueryBuilder! 2013-06-01 12:36:55 +02:00