250 Commits (831ccca1698cd57f637e838de1678eda33ba03c9)

Author SHA1 Message Date
Alexander Makarov b21fd298c5 Fixed minor coding style issues 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue 8ecceb395f Fixes #2210: Mysql driver will now treat `tinyint(1)` as integer instead of boolean 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Carsten Brandt e27c3872ed doc improvements 11 years ago
Qiang Xue 2be0fd6e13 more union fix. 11 years ago
Qiang Xue d9a85d091a Fixes #2175: QueryBuilder will now append UNION statements at the end of the primary SQL 11 years ago
Alexander Makarov ee8c0404bf minor code style and phpdoc fix 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Anatoliy Miller 9c97fe11cb issue #1659: released buildLimitOffset() for MSSQL 11 years ago
Ivan Pomortsev a9286b899c Update QueryBuilder.php 11 years ago
Ivan Pomortsev c9c59bdc26 Update Query.php 11 years ago
Ivan Pomortsev 7da3449d09 Update QueryBuilder.php 11 years ago
Ivan Pomortsev 5f3d601b36 Update Query.php 11 years ago
Ivan Pomortsev 8109708b37 Update Query.php 11 years ago
Ivan Pomortsev 5d3fd930d8 Update QueryBuilder.php 11 years ago
Ivan Pomortsev 01c89ea3da Update Query.php 11 years ago
Ivan Pomortsev 1ea895e22b Update QueryBuilder.php 11 years ago
Ivan Pomortsev 12cbaf90b5 Update QueryBuilder.php 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Luciano Baraglia 13aa88bc5b Fix for #2087 11 years ago
Luciano Baraglia 7d33a5d3b5 Some Code style fixes 11 years ago
Alexander Makarov f21d2ce757 Better phpdoc 11 years ago
Qiang Xue 87be9deaf0 refactored fixture. 11 years ago
Vladimir d5cd6b0dfe Update Migration.php 11 years ago
Alexander Makarov b119576041 Fixes #2016: removed ability to declare scopes in ActiveRecord leaving it to ActiveQuery. Changed documentation accordingly. 11 years ago
Qiang Xue eade9dd115 message fix. 11 years ago
Qiang Xue 9b723baa76 Added `TableSchema::fullName` property 11 years ago
Carsten Brandt 7e961eee85 fixed test break 11 years ago
Carsten Brandt 829850da23 removed phpdoc about nonexisting param 11 years ago
Carsten Brandt 796284cba1 reworked fix for #1993 11 years ago
Carsten Brandt 81d23332df afterFind event in AR is now called after relations have been populated 11 years ago
Alexander Makarov 5d23a066ca Removed unused imports 11 years ago
Alexander Makarov 349f2c9e32 phpdoc fixes, unused variable 11 years ago
Alexander Makarov c3829a4fd0 Removed debug code 11 years ago
Qiang Xue febce76397 fixed build break and fixed doc about exists/not exists. 11 years ago
Qiang Xue 7d08a09620 Fixes #1809: Added support for building "EXISTS" and "NOT EXISTS" query conditions 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt baac7e14df moved classes from framework -> yii 12 years ago
resurtm f2e6d408e3 MSSQL driver classes moved to the proper location. 12 years ago
Rusinov Maxim d712605a71 Added and resolved Sqlite tests #15. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Carsten Brandt 776162b05e created StringHelper::basename() 12 years ago
Dev-Speranza 6ed419849e Fix $schemaMap declaration for Mssql driver 12 years ago
Anderson Müller 78b6607c11 Fixes doc block in findWith method of ActiveRelation 12 years ago
Anderson Müller 45e987d26c Typo in isNewRecord property of ActiveRecord 12 years ago
Qiang Xue 55cc8813c7 Fixes issue #171 12 years ago
Alexander Kochetov 684295fe0b Fixes 12 years ago
Alexander Kochetov 48d04fbb8c !== array() => !empty() 12 years ago
Alexander Kochetov d7df7053e0 === array() => empty() 12 years ago