75 Commits (5a87dd2bfa91263b07a59b45ff07f05fe2b88144)

Author SHA1 Message Date
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Carsten Brandt 25bf486b7f save some function calls on AR insert 10 years ago
Qiang Xue 91e0c5ae8a Added Connection::useMaster() and refactored code. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Carsten Brandt b04e23f8b7 use native suppport for batch insert in SQLite >= 3.7.11 10 years ago
Qiang Xue ce49416e32 Fixes #3752: `QueryBuilder::batchInsert()` does not typecast input values 10 years ago
zeeke 5174ea6dfb SQLite support for disable integrity check 10 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 5a61ee91be Fixed test break. 11 years ago
Qiang Xue 9ff8b0f903 Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false; 11 years ago
Alexander Makarov b21fd298c5 Fixed minor coding style issues 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Carsten Brandt 6920da4a80 fixed limit/offset for sqlite,mysql and cubrid 11 years ago
John Was e9fcde3264 support for batch insert in sqlite older than 3.7.11 11 years ago
Alexander Mohorev 5860599ef7 PhpDoc comment 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 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 0bf2daddd5 changed querybuilder typemap to lower case 11 years ago
Alexander Makarov cc0fe1b02c code style fixes 11 years ago
Carsten Brandt 1df859cfa1 typo: primarykey -> primaryKey 11 years ago
gevik c338d4b76b Updated code styling and added braces. 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
resurtm 1f9a46850c MSSQL initial query builder. 12 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue 4fdaab3560 updated file header. 12 years ago
Qiang Xue f68bed0ccb fixed exception. 12 years ago
Qiang Xue abd3d827a2 refactoring. 12 years ago
Qiang Xue 7f6a5568b4 Cleaned up SQLite support. 12 years ago
Qiang Xue 8e05e6e62d changed copyright line. 12 years ago
Qiang Xue 8517ee9e50 reorganized DB classes. 12 years ago
Qiang Xue 409c508f78 ... 13 years ago
Qiang Xue da4b7afe59 ... 13 years ago
Qiang Xue 702476d886 ... 13 years ago
Qiang Xue 1295fbe2bc ... 13 years ago