57 Commits (cb09e1e4633c0cf1714985da77239360d5804e6b)

Author SHA1 Message Date
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Bob Olde Hampsink 8192f84850 Fix SQLite resetSequence inconsistencies (#13755, #13630) 8 years ago
Sergey Makinen 9a915ba10c Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in `yii\db\QueryBuilder` 8 years ago
Alex 6db6a2ddbe Fixes #13418: Fixed `QueryBuilder::batchInsert()` if $rows is `\Generator` 8 years ago
Bob Olde Hampsink fab53b4a6e Fixes #13582: Added tests for all `yii\db\QueryBuilder::resetSequence` implementations, fixed SQLite implementation 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Robert Korulczyk 104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
Alexander Makarov 7cea46bcb4 Changed SQLite fix #11652 according to https://github.com/yiisoft/yii2/pull/11653#issuecomment-224016289 8 years ago
Boudewijn Vahrmeijer 0a60466729 Fixes #11527: Fixed `bigPrimaryKey()` for SQLite 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Carsten Brandt edd6e719bb added missing since annotations and removed duplicate line 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris 2f91889b70 Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
Carsten Brandt af75262541 fixed sqlite bigPk creation 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Carsten Brandt e43c41c9ea db layer phpdoc fixes 9 years ago
Carsten Brandt 8680f0f1d8 BC way of merging expression params of orderBy and groupBy 9 years ago
Hereward Mills a4acd048bc Add @throws tags to PHPDocs. 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov cddb036cf9 Fixes #9790: Fixed `yii\db\sqlite\QueryBuilder` to generate proper SQL for UNION 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
AIZAWA, Hina 0f2a77ed36 Fixes #9442: Fixed `yii\db\Migration::renameTable()` caused fatal error when using SQLite driver 9 years ago
Matvey Vasenin afda00d434 add sqllite dummy 9 years ago
Alexander Mohorev 2288f339e6 Parameter type is not compatible with declaration 9 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
Qiang Xue 91e0c5ae8a Added Connection::useMaster() and refactored code. 10 years ago
Qiang Xue e67d0b3c39 WIP 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
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
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
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
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 0c38655217 psr-4 move 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago