17 Commits

Author SHA1 Message Date
cbad97c78d change back the visibility of findTableNames to protected. 2013-12-29 09:51:36 -05:00
fdca106ece code style fix. 2013-12-27 15:53:45 -05:00
16801b9b3e codestyle fix 2013-12-28 00:06:39 +04:00
6a9509ed8d improved checkIntegrity method 2013-12-28 00:04:18 +04:00
65b543f68f fixed bug with forgotten param, fixed behavior for one table integrity 2013-12-27 11:04:29 +04:00
e23f869c69 added postgresql features to reset seq/check integrity 2013-12-27 09:42:51 +04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
645ec3645c Merge pull request #1006 from chelishchev/basic-support-pgsql-in-query-builder
Support PostgreSQL in QueryBuilder
2013-10-17 13:00:54 -07:00
8f8c705309 Just simple support PostgreSQL in QueryBuilder 2013-10-17 22:54:09 +03:00
523a63f576 Added TYPE_BIGPK to Schema 2013-09-15 15:08:43 +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
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