156 Commits (26c7f6d62f004fc4caec1185a627069931e9f10d)

Author SHA1 Message Date
Qiang Xue 26c7f6d62f Fixed sqlite column type detection bug. 11 years ago
Carsten Brandt d8b94d647b made AR attribute manipulation behave consistent to hasAttribute() 11 years ago
Carsten Brandt 415144489e made querybuilder condition methods public 11 years ago
Alexander Mohorev 5860599ef7 PhpDoc comment 11 years ago
Alexander Mohorev 18fbd7510a Missing return statement 11 years ago
Иван Багаев 64641cbd76 Add batchInsert method to yii\db\Migration 11 years ago
Carsten Brandt f153ce443a reverted non working fix for #1115 11 years ago
Carsten Brandt 7c630a6246 fixed problem with Postgres PDO and Boolean values 11 years ago
Qiang Xue bd82170142 Fixes #1096: pgsql: sequence name not matched 11 years ago
Alexander Mohorev 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
Panagiotis Moustafellos 80e816efc3 pgsql: added 'bool' type (alias of 'boolean') 11 years ago
Qiang Xue 6c6dd01122 Fixes #1052: unset related data when ActiveRecord::refresh() is called. 11 years ago
Qiang Xue fb8e818204 Dropped support for supporting default namespace for classes of related models. 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 11 years ago
resurtm b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
chelishchev 8f8c705309 Just simple support PostgreSQL in QueryBuilder 11 years ago
Carsten Brandt 28d9ee7c31 adjusted cubrid version in schema quote 11 years ago
Carsten Brandt 598d01287b added cubrid specific pdo type casting 11 years ago
Qiang Xue 8899aaeb5b moved getPdoType() to Schema. 11 years ago
Carsten Brandt ee89134ffe make db\Command::getPdoType() protected 11 years ago
Alexander Makarov 817516adc5 Added missing return 11 years ago
Alexander Makarov 6488fe47ec Better phpdoc for chained method calls 11 years ago
Qiang Xue aede3c9f47 Removed duplicated indexBy declaration. 11 years ago
Qiang Xue 43d392d8d2 porting the fix from https://github.com/yiisoft/yii/pull/2894 11 years ago
Qiang Xue c2a3aa3d99 Fixes #885: removed NULLs from filtering by models. 11 years ago
Carsten Brandt ef13a11f66 moved getPDOType() back to Command to avoid dependency on Schema 11 years ago
Carsten Brandt 0e261fba5a moved redis out of yii\db namespace 11 years ago
Carsten Brandt 43d15155c6 cleanup db `use` statements 11 years ago
Alexander Makarov 4a9efc9e75 Corrected schema used for MySQL 11 years ago
Alexander Makarov 523a63f576 Added TYPE_BIGPK to Schema 11 years ago
Qiang Xue a2b4ef0f82 Fixes #876. 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 6015312548 code style 11 years ago
Carsten Brandt 0bf2daddd5 changed querybuilder typemap to lower case 11 years ago
Carsten Brandt 3e5491e089 changed cubrid table and column name quoting 11 years ago
Qiang Xue c6f4dac249 Refactored AR code. 11 years ago
Qiang Xue 7303bae382 Fixed foreign key generation bug for pgsql. 11 years ago
Qiang Xue 2e01c06a4b Fixes #865. 11 years ago
Qiang Xue b6f07859c1 Added support for getting all tables for pgsql. 11 years ago
Carsten Brandt 23b858a2cc removed comments 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 e996f3dfd5 Workaround for broken PDO::quote() in CUBRID 9.1.0 11 years ago
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