550 Commits (28091ed2e834edab1dec21ac2ff4744086933c14)

Author SHA1 Message Date
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
Alexander Kochetov e3f6faf575 && => || fix 12 years ago
Alexander Kochetov 37f3a400cd ActiveRecord::getRelation() bugfix 12 years ago
Alexander Kochetov f12518f45c ActiveRecord::insert() and ActiveRecord::update() refactoring 12 years ago
Qiang Xue f3c17594c6 Fixes issue #155. 12 years ago
Qiang Xue 034d88e5e4 Fixes issue #134 12 years ago
resurtm e9ad7d6e36 Rollback word consistencty over entire codebase (ref. #139). 12 years ago
resurtm 87c2fefe09 Initial MSSQL related commit. 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Qiang Xue 6166e70f20 Fixes issue #80 12 years ago
Alexander Kochetov ddf67f0833 Code style fix 12 years ago
Alexander Makarov 03cd47aed9 phpdoc typos 12 years ago
Carsten Brandt baf295402e better php doc for redis Connection::executeCommand 12 years ago
Carsten Brandt 38a1938847 documentation and code style fixes 12 years ago
Carsten Brandt eac48ff2a8 Redis cache implementation 12 years ago
Carsten Brandt 79982c9848 Redis Insert, Update, Delete and Find is ready and roughly unit tested 12 years ago
Carsten Brandt 34b6624410 implemented redis AR ActiveQuery and find() 12 years ago
Qiang Xue 15b9f97ca4 Fixed typo in query builder and reverted changes to DbCache.php 12 years ago
Alexander Makarov 3e2e4afa85 fixed DB quoting typo 12 years ago