520 Commits (aabd69afcf6fb902d390e97c6ac640a43f5bded3)

Author SHA1 Message Date
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
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
Thiago Talma 563e7e0174 Update ActiveQuery.php 11 years ago
Thiago Talma 544243d517 Update ActiveRelationTrait.php 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Carsten Brandt 33a00ecd7c updated base AR phpdoc for findOne() and findAll() 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
resurtm 1991c4cbbd Add ODBC support to yii\db\Connection 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt fa767ceaca renamed attributes to attributeNames in model 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Alex-Code cee5fa5dd3 New addSelect method 11 years ago
Ricardo Obregón e16a3e6192 Fixed typo in phpDoc for findAll function 11 years ago
Qiang Xue 5e9015c89a Fixes #2968. 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Qiang Xue b7d6f6141a Added `isAssociative()` and `isIndexed()` to `yii\helpers\ArrayHelper` 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 02c3c37a00 Fixes #2986. 11 years ago
Carsten Brandt 1a3accb6cb removed duplicated joins when using joinWith and via relations 11 years ago
Carsten Brandt 44dbb2235a cleanup docs 11 years ago
Qiang Xue 54e08f3f01 fixed build break. 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Qiang Xue 0fa19291f1 refactored filterWhere(). 11 years ago
Qiang Xue 869d96ee0d Fixed test break. 11 years ago
Carsten Brandt e9e59483f4 removed unnecessary code duplication 11 years ago
Carsten Brandt 96f1c4c10b renamed Query::filter() to Query::filterWhere() 11 years ago
Carsten Brandt a35ef1ce7a added andOnCondition and orOnCondition to ActiveQuery 11 years ago
Evgeniy Tkachenko 90caa527f2 Update ActiveRecord.php 11 years ago
Qiang Xue 271dccdc6b Fixes #2931. 11 years ago
Alexander Makarov 06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 11 years ago
Qiang Xue 338b6aa7d3 Refactored ActiveRecord::find() so that find(null) will also return an ActiveRecord instance instead of ActiveQuery. 11 years ago