44 Commits (ca81665b645c966f09309f6fb737b165dc3150e7)

Author SHA1 Message Date
John Was 4d1ca9ff17 Fixes #7831: Add order when fetching database table names and constraints 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Jan Waś 1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
Carsten Brandt f177f1701a fixed failure on sqlite version check 10 years ago
Alexander Kochetov fff48ef76f Correct SQLite version checking 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Carsten Brandt 25bf486b7f save some function calls on AR insert 10 years ago
mcd.php 20774165bc Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue 91e0c5ae8a Added Connection::useMaster() and refactored code. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Carsten Brandt 574f67feff fixed test break 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Carsten Brandt b04e23f8b7 use native suppport for batch insert in SQLite >= 3.7.11 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Carsten Brandt 4f95fcd91f added unit tests for schema detection 10 years ago
Carsten Brandt bbbe2a3e4b Added support for transaction isolation levels 10 years ago
Qiang Xue ce49416e32 Fixes #3752: `QueryBuilder::batchInsert()` does not typecast input values 10 years ago
zeeke 5174ea6dfb SQLite support for disable integrity check 10 years ago
Qiang Xue f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 10 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Alexander Makarov c24ae25be2 Fixed getting default values from schema for SQLite 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 5a61ee91be Fixed test break. 11 years ago
Qiang Xue 9ff8b0f903 Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false; 11 years ago
Qiang Xue 1af04e1e1b Fixes #2661: Added boolean column type support for SQLite 11 years ago
Alexander Makarov b21fd298c5 Fixed minor coding style issues 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Rusinov Maxim d712605a71 Added and resolved Sqlite tests #15. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue 4fdaab3560 updated file header. 12 years ago
Qiang Xue f68bed0ccb fixed exception. 12 years ago
Qiang Xue abd3d827a2 refactoring. 12 years ago
Qiang Xue 7f6a5568b4 Cleaned up SQLite support. 12 years ago
Qiang Xue ebecc09839 DB refactoring. 12 years ago
Qiang Xue e150b7fae7 renamed Driver to Schema. 12 years ago
Qiang Xue 8e05e6e62d changed copyright line. 12 years ago
Qiang Xue 8517ee9e50 reorganized DB classes. 12 years ago