22 Commits

Author SHA1 Message Date
gsd
663fe63911 Update Schema.php 2013-06-11 15:38:06 +06:00
4efeedd314 Minor coding style fix. 2013-06-09 17:46:41 -04:00
44f78f04df Merge pull request #519 from gevik/issue-466
Issue 466 (add/drop PrimaryKeys)
2013-06-09 14:41:08 -07: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
864bf93679 coding style fix. 2013-06-09 09:41:32 -03:00
ec9dab11fa [1] Redone missing code.
[2] Added empty line at the end of file
[3] Removed exception.
2013-06-09 00:04:37 +02:00
6fd74f5c27 Updated code style. braces on the same line for control statements. 2013-06-08 23:47:24 +02:00
19793f7af0 Removed unused columsn from find constraint sql. Fixed typo. Added extra schema check for when a foreign table is not in the same schema. Updated indentation to conform to other classes. 2013-06-08 21:51:15 +02:00
cf1e12ad11 Fixes issue #514. 2013-06-08 12:37:39 -04:00
d07fd39f7e Removed false exception catching. 2013-06-07 22:54:04 +02:00
879b494acb Removed custom pgsql PDO and added defaultSchema as public property. 2013-06-07 21:28:58 +02:00
9982d93369 Removed commented and unused pgsql datatype mappings. 2013-06-06 21:14:24 +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
5a380360c7 Added table based sequence. 2013-06-01 12:37:30 +02:00
cbde22af55 Savepoint WIP QueryBuilder! 2013-06-01 12:36:55 +02:00
04ebd12277 Added last insert value to pgsql PDO 2013-06-01 12:36:19 +02:00
97270a389a Savepoint, implementing fkeys. 2013-05-31 14:25:56 +02:00
103621ad05 Savepoint: WIP implementing columns 2013-05-30 16:53:57 +02:00
4602b575ad Save point: WIP implementing db schema functionality. 2013-05-29 17:44:53 +02:00
c30eae62d2 Added initial unit testing files for the pgsql driver. 2013-05-29 00:01:02 +02:00