11 Commits (cf2c722a1f3dc8cf6023cd790af622418b286b36)

Author SHA1 Message Date
Nikola Kovacs 316e95b81d Remove length from SchemaBuilderTrait::text. 9 years ago
Carsten Brandt 56902298b4 fixed wrong expectation in QueryBuilder test 9 years ago
Carsten Brandt 0d778d0570 adjusted querybuilder tests to match implementation 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Carsten Brandt 7150e830d9 do not use reserved php words as function in schemabuilder 9 years ago
Alexander Makarov 8e1d982da4 Cleanup, added ->unique(), changelog 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
Carsten Brandt 2872365000 added test case for #8918 9 years ago
Carsten Brandt 0858d0a834 added test for querybuilder select 9 years ago
John Was 01345874a3 add working QueryBuilder test for Oracle 9 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Carsten Brandt 5306cac4b9 added support for subqueries to simple conditions 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Jan Waś 1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
Jan Waś f58d096920 fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
Carsten Brandt cc8ffe364e added support for yii\db\Expression to querybuilder BETWEEN and LIKE 10 years ago
Carsten Brandt 1feb09b6ff refactored querybuilder test to reuse quote replacement 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Carsten Brandt 292a9ff55b Add support for yii\db\Expression to QueryBuiler simple conditions 10 years ago
Carsten Brandt 0df9a82a7f updated documentation and tests 10 years ago
Alexander Makarov b656137541 Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension 10 years ago
Alexander Makarov c1cf48cf5b Fixes #2315: Any operator now could be used with `yii\db\Query::->where()` operand format 10 years ago
Carsten Brandt c6201fb5ca fixed cubrid test case 10 years ago
Carsten Brandt d1a3d40014 added test case to acually create cols with virtual type 10 years ago
Qiang Xue 3411504508 Revert "Fixed test break." 11 years ago
Qiang Xue 70b57766b1 Fixed test break. 11 years ago
Carsten Brandt 5c748ddb42 added case insensitve LIKE to PostgresQueryBuilder 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
AlexGx 32d0768919 style fixes with phpcs:yii2 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Ivan Pomortsev 9d986daf4f Update QueryBuilderTest.php 11 years ago
Ivan Pomortsev dd79325a0a Update QueryBuilderTest.php 11 years ago
Qiang Xue 442393dac9 removed failing tests. 11 years ago
Qiang Xue 7d08a09620 Fixes #1809: Added support for building "EXISTS" and "NOT EXISTS" query conditions 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 949dda5fdb tagged tests with @group tags 11 years ago
Carsten Brandt 544e412af8 unit test cleanup 11 years ago
Carsten Brandt 825258efb8 cubrid unit tests WIP 11 years ago
Qiang Xue 6dba4da3ed Fixes #828: refactored QueryBuilder::build() 11 years ago
Alexander Makarov 0596fa82fd code style fixes 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 c28b0183a5 whitespace 11 years ago
Carsten Brandt 5c56c0fc02 Better flexibility for abstract db types 11 years ago