Qiang Xue
9ef3560f5a
Fixed test break.
2013-11-19 18:03:52 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
f67ddb17f6
Fixes #1242 : Gii Model generation added dropped table fields in Postgresql
2013-11-19 17:25:05 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
dbf35253b7
Fixes #1237 .
2013-11-19 10:25:07 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
9862ee35b2
Fixes #1115 : fixed the issue with PDO boolean value binding with pgsql
2013-11-03 18:51:16 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
1551f8443c
Fixed pgsql column type detection bug.
2013-11-03 09:33:28 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
26c7f6d62f
Fixed sqlite column type detection bug.
2013-11-03 09:02:17 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
f153ce443a
reverted non working fix for #1115
2013-11-01 17:20:19 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
7c630a6246
fixed problem with Postgres PDO and Boolean values
...
See the following resources for details:
yiisoft/yii#779
https://bugs.php.net/bug.php?id=33876
http://www.yiiframework.com/forum/index.php/topic/32334-boolean-type-with-postgresql/page__view__findpost__p__155647
2013-11-01 17:02:31 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
bd82170142
Fixes #1096 : pgsql: sequence name not matched
2013-11-01 10:03:13 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Panagiotis Moustafellos
80e816efc3
pgsql: added 'bool' type (alias of 'boolean')
...
Relates #1086 and #1087
2013-10-28 14:39:09 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
523a63f576
Added TYPE_BIGPK to Schema
2013-09-15 15:08:43 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
7303bae382
Fixed foreign key generation bug for pgsql.
2013-09-10 08:24:14 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
b6f07859c1
Added support for getting all tables for pgsql.
2013-09-08 08:47:52 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gsd
663fe63911
Update Schema.php
2013-06-11 15:38:06 +06:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
44f78f04df
Merge pull request #519 from gevik/issue-466
...
Issue 466 (add/drop PrimaryKeys)
2013-06-09 14:41:08 -07:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gevik
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
864bf93679
coding style fix.
2013-06-09 09:41:32 -03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gevik
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gevik
6fd74f5c27
Updated code style. braces on the same line for control statements.
2013-06-08 23:47:24 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gevik
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
cf1e12ad11
Fixes issue #514 .
2013-06-08 12:37:39 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gevik
d07fd39f7e
Removed false exception catching.
2013-06-07 22:54:04 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
879b494acb
Removed custom pgsql PDO and added defaultSchema as public property.
2013-06-07 21:28:58 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
9982d93369
Removed commented and unused pgsql datatype mappings.
2013-06-06 21:14:24 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
5a587d16f0
Fixed several formatting issues.
...
Refactored == null to is_null == '' to empty(...)
2013-06-06 16:29:17 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
70e973129d
Added foreign keys and cleanup internal pg types
2013-06-06 11:29:28 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
5a380360c7
Added table based sequence.
2013-06-01 12:37:30 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
97270a389a
Savepoint, implementing fkeys.
2013-05-31 14:25:56 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
103621ad05
Savepoint: WIP implementing columns
2013-05-30 16:53:57 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
4602b575ad
Save point: WIP implementing db schema functionality.
2013-05-29 17:44:53 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Gevik Babakhani
c30eae62d2
Added initial unit testing files for the pgsql driver.
2013-05-29 00:01:02 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)