218 Commits (871ae29c9cb88229932607bb209517c4b10a66ce)

Author SHA1 Message Date
Carsten Brandt d3740932a4 fixed broken cubrid tests 11 years ago
Qiang Xue 6c6cb3cd90 Fixes #853: Added composite FK support for SQLite. 11 years ago
Qiang Xue 02fd82c42a Fixed build break. 11 years ago
Qiang Xue 6fe152da7e Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords. 11 years ago
Carsten Brandt 164c70eebc Add support for composite FK to cubrid 11 years ago
Carsten Brandt 8abeed03bd added SchemaTest 11 years ago
Carsten Brandt 544e412af8 unit test cleanup 11 years ago
Carsten Brandt e996f3dfd5 Workaround for broken PDO::quote() in CUBRID 9.1.0 11 years ago
Carsten Brandt 58f8293b84 custom bindValue test for cubrid 11 years ago
Carsten Brandt 791f9d3f4e better use int for boolean representation 11 years ago
Carsten Brandt d6ff097cbb avoid hanging test on bindValue problems (close db connection in tearDown) 11 years ago
Carsten Brandt 825258efb8 cubrid unit tests WIP 11 years ago
Qiang Xue 30d6229943 Fixed test break. 11 years ago
Qiang Xue 6dba4da3ed Fixes #828: refactored QueryBuilder::build() 11 years ago
Carsten Brandt 0cd65e7496 commented failing tests 11 years ago
Carsten Brandt e3df19d984 Redis AR WIP 11 years ago
Suralc 5c8927af7d Added ExistValidatorTest and added new option to DatabaseTestCase 11 years ago
Alexander Makarov 0596fa82fd code style fixes 11 years ago
Qiang Xue 53a1f9608a Added unit test for ActiveDataProvider. 11 years ago
Qiang Xue f03cdf0a47 renamed Command::queryRow() to queryOne(). 11 years ago
Qiang Xue aa568aacb5 Added support for using callables as "ActiveQuery::indexBy". 11 years ago
Qiang Xue f2e57b2eec Fixed test breaks. 11 years ago
Carsten Brandt 1df859cfa1 typo: primarykey -> primaryKey 11 years ago
gevik f667b5785b - Added drop/add primary key methods to Command.php 11 years ago
Carsten Brandt af68ee9d27 Sqlite unit test for abstract db types 11 years ago
Carsten Brandt c28b0183a5 whitespace 11 years ago
Carsten Brandt 5c56c0fc02 Better flexibility for abstract db types 11 years ago
Gevik Babakhani 4602b575ad Save point: WIP implementing db schema functionality. 11 years ago
Gevik Babakhani c30eae62d2 Added initial unit testing files for the pgsql driver. 11 years ago
Alexander Makarov 7cd9123c3b Tests cleanup 12 years ago
resurtm 8e1079cd04 MSSQL more tests. 12 years ago
resurtm 2430ebe95d MSSQL AR tests. 12 years ago
resurtm 90395b5df2 Refinements to MSSQL driver classes. 12 years ago
Carsten Brandt baac7e14df moved classes from framework -> yii 12 years ago
Carsten Brandt cb8f5d702f cleanup tests 12 years ago
resurtm ea68bd3a55 CS fixes. 12 years ago
resurtm 5575f53657 CS fixes. 12 years ago
resurtm 5c101ae314 Initial MSSQL tests. 12 years ago
Rusinov Maxim 452be102c6 Added newline at end files. 12 years ago
Rusinov Maxim d712605a71 Added and resolved Sqlite tests #15. 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Carsten Brandt 79982c9848 Redis Insert, Update, Delete and Find is ready and roughly unit tested 12 years ago
Qiang Xue 597082a11a Automatic table and column name quoting. 12 years ago
Carsten Brandt 0d2f5028ef Finished Redis Connection class 12 years ago
Carsten Brandt 8e74add1e7 Redis connection implementation 12 years ago
Qiang Xue 06feccff8b refactored query builder. 12 years ago
Qiang Xue 7aa80d86f5 refactored execute() and query() methods in db/Command. 12 years ago
Qiang Xue b51d347465 Added count, average, sum, min, max, scalar methods to ActiveQuery. 12 years ago
Qiang Xue 9958a5802e DB cleanup 12 years ago
Qiang Xue 736d30684e refactored the active property of Connection and Transaction. 12 years ago