octicon-git-branch(16/) Commit Graph

48 Commits

Author SHA1 Message Date
John Was
901d640b55 Fixes #7973: Added Schema::getSchemaNames method 2015-04-03 01:03:49 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
John Was
4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER
added test to check support for setting PDO::ATTR_CASE and fetching table schemas
fixed fetching table schemas for mysql when PDO::ATTR_CASE is set
added tests for oci
fixed fetching composite fks for oci
improvements in oci schema parsing
removed autoIncrement detection fro oci and added test to verify that
implement batchInsert for oci
fix detecting IntegrityException for oci
fixed creating raw sql by skipping object and resource params
fix command test failing for sqlite
2015-03-29 21:57:13 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
187322052d Fixed converting double to PHP type 2015-02-26 02:37:47 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 2015-02-25 16:01:37 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
7b20bdeeb2 Fixes #6279: yii\db\Schema::getLastInsertID() was passing wrong default schema name to PDO 2014-11-27 16:51:29 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
5fe6c55d6b Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 2014-08-11 22:09:51 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
92d65ab78b fix issue with postgreSQL and batch inserting boolean values
fixes #4654
2014-08-12 01:43:49 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
mcd.php
20774165bc Fixes #4644: Added \yii\db\Schema::createColumnSchema() to be able to customize column schema used 2014-08-12 00:01:27 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
6e6005b148 Refactored code. 2014-07-20 08:01:16 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
fe2611186e Fixes #4051: Renamed yii\caching\GroupDependency to TagDependency and added support for associating multiple tags to a single cached data item 2014-07-15 00:10:57 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
478380fb10 Fixed test brak. 2014-07-11 22:49:32 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
43333d9cad Implemented master balancing. 2014-07-11 22:33:36 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
e67d0b3c39 WIP 2014-07-11 14:01:44 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
2018503c8d WIP 2014-07-11 12:59:32 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
bbbe2a3e4b Added support for transaction isolation levels
fixes #3220
2014-06-23 19:47:56 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 2014-05-07 20:56:51 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
bea7cf8449 Moved exception handling to schema 2014-05-07 04:27:21 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
d1ec2a0241 Better naming for Schema properties 2014-05-06 19:06:34 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 2014-05-06 18:26:27 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
91965fd391 phpdoc formatting issues 2014-04-23 02:55:17 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
7b908aa8a3 Fixes #2853: ActiveRecord did not handle resource-typed columns well 2014-04-21 20:16:16 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ec3aadfffb Fixes #2862: Using DbCache while enabling schema caching may cause infinite loops 2014-03-26 20:26:22 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8e11ad0360 refactored code to use Instance::ensure() 2014-03-18 12:31:27 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
e1f4a9cc8f Added Connection::enableSavepoint. 2014-02-15 23:00:30 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
bea9e3fc06 Fixes #1645: Added support for nested DB transactions 2014-02-15 22:16:09 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
eb3c6866dd Removed unused variable 2014-02-06 00:46:50 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
266aadd230 Only treat 32bit signed integers as integers so that 32bit clients won’t have trouble. 2014-02-02 17:18:03 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
9b723baa76 Added TableSchema::fullName property 2014-01-16 15:51:14 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
b0cc86dfcd added Command::getRawSql() 2013-03-30 21:39:31 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
597082a11a Automatic table and column name quoting. 2013-03-30 18:28:54 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
392b293d33 FragmentCache WIP 2013-03-25 14:27:15 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
b181bc1c9f updated cache key usage. 2013-01-18 18:36:43 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
abd3d827a2 refactoring. 2013-01-18 10:37:22 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
6dd495b65f Added init and afterFind events to AR.
Implemented scope support.
2013-01-17 20:58:50 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ed8b795295 renamed exception classes. 2013-01-17 19:55:10 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ebecc09839 DB refactoring. 2013-01-17 16:15:12 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
e150b7fae7 renamed Driver to Schema. 2013-01-15 20:16:27 -05:00 octicon-file-diff(16/) octicon-file-code(16/)