28 Commits (c542d09d26339997367b6f6b705ae6b63f30be9f)

Author SHA1 Message Date
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Carsten Brandt de1b533a08 fixed cubrid limit 11 years ago
Carsten Brandt 6920da4a80 fixed limit/offset for sqlite,mysql and cubrid 11 years ago
Qiang Xue 69fa7bab6b Fixes #1307: move batchInsert() to base class. 11 years ago
Carsten Brandt a0824422b2 removed duplicate assignment of primaryKey in cubrid 11 years ago
Carsten Brandt 6a4ed5a1e8 fixed cubrid schema primary key detection 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
Alexander Makarov 1f6a823073 Short array syntax 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
Carsten Brandt ef13a11f66 moved getPDOType() back to Command to avoid dependency on Schema 11 years ago
Carsten Brandt 43d15155c6 cleanup db `use` statements 11 years ago
Alexander Makarov 523a63f576 Added TYPE_BIGPK to Schema 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
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
Carsten Brandt 57a91c842a CUBRID Query builder 11 years ago
Carsten Brandt f4fb2d94ef finalizing cubrid Schema 11 years ago
Carsten Brandt be67559fe1 added CUBIRD DB Schema class 11 years ago