227 Commits (16739ec3f0f50766ed52e5ebb32b0862def0c4db)

Author SHA1 Message Date
Carsten Brandt 791f9d3f4e better use int for boolean representation 11 years ago
Carsten Brandt c6ef7ec9d5 moved Command::getPdoType() to Schema 11 years ago
Carsten Brandt 2387d00341 CUBRID added exception about wrong implementation of quoteValue 11 years ago
Carsten Brandt 57a91c842a CUBRID Query builder 11 years ago
Carsten Brandt f4fb2d94ef finalizing cubrid Schema 11 years ago
Carsten Brandt be67559fe1 added CUBIRD DB Schema class 11 years ago
Carsten Brandt 267f2d7849 fixed docs in db Schema classes 11 years ago
Carsten Brandt 8976b7cbd8 moved MSSQL specific property to mssql TableSchema 11 years ago
Carsten Brandt d4995ddc57 updated php doc 11 years ago
Carsten Brandt f759ee1865 Elasticsearch WIP 11 years ago
Carsten Brandt 38dab3490a Fixed type of db\Exception::$errorInfo 11 years ago
Carsten Brandt 7fa81949bf various documentation changes 11 years ago
Carsten Brandt 4d84e09479 typo in query builder, fixes #832 11 years ago
Qiang Xue cb60fa5ddd Make sure query cloning works as expected. 11 years ago
Qiang Xue 6dba4da3ed Fixes #828: refactored QueryBuilder::build() 11 years ago
Carsten Brandt c582e589d2 added note about differing property types 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Carsten Brandt 14181b2be0 Update PHPDoc command to update classfiles automatically 11 years ago
Carsten Brandt 3b91801a35 cherry picked RedisCache and redis\Connection from redis WIP branch 11 years ago
Qiang Xue f941bfee60 Fixes #820. 11 years ago
Carsten Brandt 04a0ca5aab revert accidental change in db ActiveRecord 11 years ago
Carsten Brandt e3df19d984 Redis AR WIP 11 years ago
Qiang Xue 7150524e33 Finished model generator. 11 years ago
Qiang Xue 1072abb189 fixed test break. 11 years ago
Qiang Xue 28423486f1 model generator WIP 11 years ago
Qiang Xue 21b0cc73c4 fixed uninitialized pro issue. 11 years ago
Luciano Baraglia 369a5b7b94 Code style ultra-minimum-fix [skip ci] 11 years ago
Carsten Brandt b84097c1ae fixed redis response parsing for large data 11 years ago
Carsten Brandt a5a64dd7c9 improved redis timeout handling 11 years ago
Qiang Xue d1c41fe144 changed to trace from info. 11 years ago
Niko Wicaksono a042d20c22 Use `hasAttribute()` instead to avoid code duplication 11 years ago
Qiang Xue 4727ac8f1d Refactored the feature of transactional operations. 11 years ago
Qiang Xue 6823fdedaf Fixes #717: Added ActiveRecord::hasAttribute() 11 years ago
Qiang Xue d1ebf65597 Fixed the issue that ActiveQuery::one() doesn't bring back related objects when asArray is true. 11 years ago
Qiang Xue d135631f8e Avoid logging db errors repeatedly. 11 years ago
creocoder c091248e0d ActiveRecord::getNamespacedClass() call style 11 years ago
creocoder 02581c59e7 Make ActiveRecord::getNamespacedClass() static 11 years ago
Qiang Xue 5d9c23c67b Added Sort::hasAttribute(). 11 years ago
Ilya Antipenko 7fd68199e5 Fix SORT_DESC comment in Query.php 11 years ago
Qiang Xue 1f5d77790f Fixed test breaks. 11 years ago
Qiang Xue 20bde29f58 Added typecasting for SQL insertion and update. 11 years ago
Qiang Xue a4239efa7c Fixes #637. 11 years ago
Qiang Xue dc2843a2d7 Fixes #622. 11 years ago
Qiang Xue 0cbb05d7a2 Added Query::indexBy 11 years ago
Qiang Xue cace50cf3b use raw SQL for profiling. 11 years ago
Qiang Xue ee994efdf0 polishing debugger. 11 years ago
Qiang Xue f03cdf0a47 renamed Command::queryRow() to queryOne(). 11 years ago
Qiang Xue c4a57a9f6c Refactored Query and ActiveQuery. 11 years ago
Qiang Xue aa568aacb5 Added support for using callables as "ActiveQuery::indexBy". 11 years ago