13 Commits

Author SHA1 Message Date
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
de1b533a08 fixed cubrid limit 2013-11-25 14:52:36 +01: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
69fa7bab6b Fixes #1307: move batchInsert() to base class. 2013-11-23 20:44:36 -05: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
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
791f9d3f4e better use int for boolean representation
bit has special syntax for storing and retreiving so we'd need a
converter for that.
Storing 1 bit will result in one byte left padded on the disc so the
result of a query for boolean 0 will be 0x00 and for boolean 1 will be
0x80.
2013-09-06 13:21:35 +02:00
c6ef7ec9d5 moved Command::getPdoType() to Schema
this allows different implementation in different DBMS

CUBRID does not supprt PDO::TYPE_BOOL, so we use STRING here which will
be casted by the DBMS
2013-09-06 11:40:29 +02:00
2387d00341 CUBRID added exception about wrong implementation of quoteValue 2013-09-05 18:22:24 +02:00
57a91c842a CUBRID Query builder 2013-09-05 17:30:18 +02:00