24 Commits

Author SHA1 Message Date
cbad97c78d change back the visibility of findTableNames to protected. 2013-12-29 09:51:36 -05:00
65b543f68f fixed bug with forgotten param, fixed behavior for one table integrity 2013-12-27 11:04:29 +04:00
89f0bfe100 Making accesors public 2013-12-25 18:27:54 -03:00
d376da57e4 Get DB unique indexes information 2013-12-25 18:08:50 -03:00
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
0390a99833 Use backquotes to quote column and table names for sqlite (related with #1318) 2013-11-28 09:04:16 -05:00
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
cf73f40d79 Merge pull request #1309 from nineinchnick/batch-insert
support for batch insert in sqlite older than 3.7.11
2013-11-24 11:36:57 -08:00
6920da4a80 fixed limit/offset for sqlite,mysql and cubrid
tests for this are on elasticsearch branch (due to huge refactoring
there) and will come later by merge
2013-11-24 19:22:51 +01:00
e9fcde3264 support for batch insert in sqlite older than 3.7.11 2013-11-24 11:53:27 +01:00
26c7f6d62f Fixed sqlite column type detection bug. 2013-11-03 09:02:17 -05:00
5860599ef7 PhpDoc comment 2013-11-02 17:03:37 +03:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
523a63f576 Added TYPE_BIGPK to Schema 2013-09-15 15:08:43 +04:00
6c6cb3cd90 Fixes #853: Added composite FK support for SQLite. 2013-09-13 20:41:40 -04:00
6fe152da7e Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords. 2013-09-13 20:13:46 -04:00
0bf2daddd5 changed querybuilder typemap to lower case 2013-09-13 17:49:29 +02:00
cc0fe1b02c code style fixes 2013-06-13 02:16:48 +04:00
1df859cfa1 typo: primarykey -> primaryKey 2013-06-10 23:17:41 +02:00
c338d4b76b Updated code styling and added braces. 2013-06-09 23:23:51 +02:00
f667b5785b - Added drop/add primary key methods to Command.php
- Added drop/add primary key methods to QueryBuilder.php
- Added mysql specific dropPrimarykey method
- Added sqlite specific dropPrimarykey and addPrimaryKey methods
- Added uint testing for dropPrimarykey and addPrimaryKey methods
- Corrected postgresql column types, by adding length and precision
2013-06-09 18:27:09 +02:00
af68ee9d27 Sqlite unit test for abstract db types 2013-06-03 00:24:39 +02:00
1f9a46850c MSSQL initial query builder. 2013-05-22 22:25:49 +06:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00