550 Commits (28091ed2e834edab1dec21ac2ff4744086933c14)

Author SHA1 Message Date
Alexander Makarov ea10ba4938 Fixes #3744: `yii\db\Connection` now skips `bindValues` if there are no parameters to bind 10 years ago
Alexander Makarov 714f27ab22 Fixes #3241 10 years ago
Alexander Makarov b01e6de9bc Fixes #3399: Added support for MS SQL Server older than 2012 10 years ago
Alexander Makarov 03efbc4ca8 Added getDb() to ActiveRecordInterface in order for BaseActiveRecord to have stricter contract 10 years ago
Carsten Brandt d92281dcda refactored ActiveRecord::unlinkAll() to work will noSQL 10 years ago
Alexander Makarov a5c4a0ebb4 Adjusted BaseActiveRecord code for better noSQL compatibility 10 years ago
Alexander Kochetov ce1e469751 ActiveQuery::one() slight refactoring 10 years ago
Qiang Xue f23b7ac57e Fixes #3564 10 years ago
Carsten Brandt d75f0c7288 removed `@link` tags from apidoc and replaced with markdown 10 years ago
Carsten Brandt 18190b7348 fixes #3473, allow precision in pgsql abstract timestamp 10 years ago
Carsten Brandt 6fd25815ba added more types to pgsql schema, better detection 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
Qiang Xue 6e7713ec13 Fixes #3567: Fixed the bug that smallint was treated as string for PostgreSQL 10 years ago
NmDimas 5599a86a81 Add support all type relation 10 years ago
NmDimas e11ec66b06 add change to CHANGELOG,and mini refactoring 10 years ago
NmDimas a047bf2cd6 Method to unlink all relationship many to many in current model 10 years ago
Carsten Brandt d622442acf improved debugger on handling unreadable files 11 years ago
Fourteenmeister f98c414cd1 Update QueryBuilder.php 11 years ago
Qiang Xue f648d0b1ac Revert "Fixes #3469: Fixed the bug that `QueryBuilder::getColumnType()` may drop the provided column precision in certain cases" 11 years ago
Qiang Xue 3411504508 Revert "Fixed test break." 11 years ago
Qiang Xue 70b57766b1 Fixed test break. 11 years ago
Qiang Xue a46efe79c6 Fixes #3469: Fixed the bug that `QueryBuilder::getColumnType()` may drop the provided column precision in certain cases 11 years ago
Fourteenmeister f46c706033 Update QueryBuilder.php 11 years ago
Fourteenmeister b36b9bfdad fix error 11 years ago
Carsten Brandt 9e0a157fa5 improved docs for AR::findAll() 11 years ago
Fourteenmeister 3e45097126 MS SQL Server fix for older versions than 2012 (alternative solution) 11 years ago
Alexander Makarov 8886fb235f Fixed handleException method visibility, removed unnecessary slashes from FQN 11 years ago
Alexander Makarov bea7cf8449 Moved exception handling to schema 11 years ago
Alexander Makarov b1d94e5c95 Removed unnecessary instance check, fixed Sphinx schema 11 years ago
Alexander Makarov ca465eae18 Renamed handleError to handleException 11 years ago
Alexander Makarov 6cfc949691 Added CUBRID support for throwing integrity exception 11 years ago
Alexander Makarov 7764086c5d IntegrityException should be thrown for relational DBs only 11 years ago
Alexander Makarov d1ec2a0241 Better naming for Schema properties 11 years ago
Alexander Makarov ca23cd8a2c Implemented throwing \yii\db\IntegrityException on DB integrity errors 11 years ago
Alexander Makarov b86f5a14f7 #2435 Tests for integrity exception 11 years ago
Alexander Kochetov d041116b94 `BaseActiveRecord::findAll()` comment fix 11 years ago
Paul K b09d0f12af overwrite -> override 11 years ago
Carsten Brandt 6f7be5ee5c filterWhere for postgres ILIKE 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Qiang Xue 453ed4d93a fixed #3268 11 years ago
Qiang Xue 9b71adb4fa Fixes #3268: Fixed the bug that the schema name in a table name was not respected by `yii\db\mysql\Schema` 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Carsten Brandt 2b593da08f phpdoc issue 11 years ago
Qiang Xue 7b908aa8a3 Fixes #2853: ActiveRecord did not handle resource-typed columns well 11 years ago
Sergey Gonimar 322e9e2385 Fix BETWEEN and NOT BETWEEN conditions. 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Qiang Xue 991a894596 Added missing `ROWS` token when building limit/offset for MSSQL. 11 years ago
Qiang Xue 1fd0068378 Fixes #3066: `yii\db\mssql\Schema::getTableSchema()` should return null when the table does not exist. 11 years ago