227 Commits (16739ec3f0f50766ed52e5ebb32b0862def0c4db)

Author SHA1 Message Date
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Carsten Brandt 324e10694d updated sphinx active record with changes from DB AR 11 years ago
Alexander Makarov 4205623918 Fixes #1312: fixed types map for MSSQL 11 years ago
Carsten Brandt 5164a1671c finalized Query interface + general cleanup 11 years ago
Carsten Brandt 8be4f3778a updated properties of extensions 11 years ago
Carsten Brandt de1b533a08 fixed cubrid limit 11 years ago
Qiang Xue 0b43aa4f81 Fixes #1310: ActiveRelation does not preserve order of items on find via() and viaTable() 11 years ago
Carsten Brandt 6920da4a80 fixed limit/offset for sqlite,mysql and cubrid 11 years ago
Carsten Brandt f017ba357f refactored unit tests. put common AR tests in trait 11 years ago
John Was e9fcde3264 support for batch insert in sqlite older than 3.7.11 11 years ago
Qiang Xue 69fa7bab6b Fixes #1307: move batchInsert() to base class. 11 years ago
Carsten Brandt 58b1538b39 refactored elasticsearch Querybuilder build conditions 11 years ago
Carsten Brandt e15860c3fa more on elasticsearch Query interface added facet search 11 years ago
Carsten Brandt 679da53390 polished Query API 11 years ago
Carsten Brandt c6347d6d01 polished elasticsearch AR api, added mget and fixed AR::equals() 11 years ago
Qiang Xue a07facf434 Refactored hasMany and hasOne so that they support cross-DBMS relationship. 11 years ago
Carsten Brandt cb4504a10f refactored Model and redis AR to allow drop of RecordSchema 11 years ago
Qiang Xue fb945866c7 Fixes #1255: typecast empty string to null for non-string DB columns. 11 years ago
Qiang Xue 9ef3560f5a Fixed test break. 11 years ago
Qiang Xue f67ddb17f6 Fixes #1242: Gii Model generation added dropped table fields in Postgresql 11 years ago
Qiang Xue dbf35253b7 Fixes #1237. 11 years ago
Carsten Brandt a0824422b2 removed duplicate assignment of primaryKey in cubrid 11 years ago
Qiang Xue a2fe128455 refactored query and relation. 11 years ago
Qiang Xue c7ff329e3c doc fix. 11 years ago
Carsten Brandt 6a4ed5a1e8 fixed cubrid schema primary key detection 11 years ago
Carsten Brandt 77840adf65 Made ActiveRecord::isPrimaryKey() public 11 years ago
Qiang Xue 42a58870fe moved db interfaces and traits back to yii/db. 11 years ago
Carsten Brandt 8250cfbb0f reverted change of count() signature 11 years ago
Carsten Brandt 65338972c7 refactored ActiveRecord classes to use Interfaces and traits 11 years ago
Carsten Brandt b8e31d50bb renamed AR trait classes 11 years ago
Carsten Brandt 8a4dffed9d fixed ActiveRelation::__clone() to work with via relation 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Qiang Xue 23573968a6 Changed important log messages to info level 11 years ago
mcd-php 365bdcf68a FIX: Relation names not mangled in \yii\db\ActiveQuery::normalizeRelations 11 years ago
Qiang Xue 49081f0566 Fixes test break. 11 years ago
Carsten Brandt 913eb62294 updated phpdoc and fixed generator read/write-only annotation 11 years ago
Qiang Xue bc393ff5d3 added doc about sub-relation. 11 years ago
Carsten Brandt 0bc8cbf158 php-doc 11 years ago
Carsten Brandt c4468ac315 forgot to remove strtolower from __get and __unset 11 years ago
Carsten Brandt a23c54acb8 made relation names in AR case sensitive 11 years ago
Qiang Xue b700f7129e fixes #1142: exposes Command::params. 11 years ago
Qiang Xue 9862ee35b2 Fixes #1115: fixed the issue with PDO boolean value binding with pgsql 11 years ago
Qiang Xue 1551f8443c Fixed pgsql column type detection bug. 11 years ago
Qiang Xue 26c7f6d62f Fixed sqlite column type detection bug. 11 years ago
Carsten Brandt 90839ceb5d Proposal for accessing populated relations 11 years ago
Carsten Brandt d8b94d647b made AR attribute manipulation behave consistent to hasAttribute() 11 years ago
Carsten Brandt 415144489e made querybuilder condition methods public 11 years ago
Alexander Mohorev 5860599ef7 PhpDoc comment 11 years ago
Alexander Mohorev 18fbd7510a Missing return statement 11 years ago