304 Commits (7d42fc4112ca1c1fd650b689ac52adcd2cad6447)

Author SHA1 Message Date
Qiang Xue 4f346f4be1 doc fix. 11 years ago
Carsten Brandt ea47ce5ca2 code style fixes 11 years ago
Qiang Xue 943bf88904 doc fix. 11 years ago
Qiang Xue 28dc23ddac Fixed the issue that query cache returns the same data for the same SQL but different query methods 11 years ago
Qiang Xue 9b1c2c8064 Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default 11 years ago
Qiang Xue cbad97c78d change back the visibility of findTableNames to protected. 11 years ago
Qiang Xue 1e0e5f02af Fixed DB query logging category. 11 years ago
Qiang Xue eb4385d4c9 improved error message of calling invalid scope method. 11 years ago
Qiang Xue 4a552c88cf Fixes #1650: Added Connection::pdoClass. 11 years ago
Qiang Xue fdca106ece code style fix. 11 years ago
Mark 16801b9b3e codestyle fix 11 years ago
Mark 6a9509ed8d improved checkIntegrity method 11 years ago
Mark 65b543f68f fixed bug with forgotten param, fixed behavior for one table integrity 11 years ago
Mark e23f869c69 added postgresql features to reset seq/check integrity 11 years ago
Qiang Xue 7eccd9d926 Fixes #1641: Added `BaseActiveRecord::updateAttributes()` 11 years ago
Qiang Xue f77e3b4bba Fixes #1611: Added `BaseActiveRecord::markAttributeDirty()` 11 years ago
Qiang Xue 2d3ac6b4e2 Fixes #1638: prevent table names from being enclosed within curly brackets twice. 11 years ago
Qiang Xue ab05f0d791 Fixed the signature of Schema::findUniqueIndexes(). 11 years ago
Carsten Brandt 795c74100d reverted #1598 and added a test for it 11 years ago
Luciano Baraglia 166f8aa582 Fix wrong array index in unique indexes for MySql 11 years ago
Luciano Baraglia 89f0bfe100 Making accesors public 11 years ago
Luciano Baraglia d376da57e4 Get DB unique indexes information 11 years ago
Qiang Xue 0345191245 Added ActiveQuery::innerJoinWith(). 11 years ago
Qiang Xue dc720d9bf4 more docs about joinwith() 11 years ago
Qiang Xue 4f44bb2416 Fixes #1581: Added `ActiveQuery::joinWith()` to support joining with relations 11 years ago
Qiang Xue 2402d2d031 Draft implementation of ActiveQuery::joinWith(). 11 years ago
Edin 5e092ac619 Fixed sequence id match for postgresql 11 years ago
Qiang Xue 56c361bb9e Fixed changelog. 11 years ago
Qiang Xue 55deceb061 Fixes #1076 11 years ago
Vincent 488918d03c Refinement in comments 11 years ago
Qiang Xue 9649a6727a Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator`. 11 years ago
Qiang Xue d620f3152e refactored BaseActiveRecord::isPrimaryKey() 11 years ago
Qiang Xue d5f40b42cf Added ActiveRecordInterface::getOldPrimaryKey(). 11 years ago
Qiang Xue 42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner. 11 years ago
Carsten Brandt b4612637ec make count behave like in SQL 11 years ago
Paul Kofmann 8c4412be50 short array syntax 11 years ago
Carsten Brandt 7a81110f6b make ActiveRelation reusable 11 years ago
Carsten Brandt b2d9166927 refactored scalar query functions to share common code 11 years ago
Carsten Brandt 124a73a598 make Query reuseable 11 years ago
Carsten Brandt 2febbebb44 fixed params in Query to allow execution twice 11 years ago
Carsten Brandt 454174a688 added NOT operator for db, elasticsearch, redis 11 years ago
Carsten Brandt 43f19e8aee use andWhere() in AR::find() to work properly with default scope 11 years ago
Qiang Xue 8b375c3580 clean up oci driver. 11 years ago
Carsten Brandt e2b4708bbd added support for updateCounters to elasticsearch 11 years ago
p0larbeer d30aa3efef Coding style PSR-2 11 years ago
Qiang Xue 1f5f19df13 Fixes #1457: support using AR relations as input. 11 years ago
Qiang Xue a5188f1fbc Fixes #1457: support string representation of AR. 11 years ago
Qiang Xue 4b2659aeab removed schema prefix from returned table names. 11 years ago
Qiang Xue 64ef54bf18 Fixes #1435: pgsql getTableNames() should not prefix table names with schema name. 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago