- 03 Nov, 2013 3 commits
-
-
Qiang Xue authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 01 Nov, 2013 5 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
sqlite does not seem to allow using boolean values in select query
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
should be tested for all dbms not only cubrid even if the problem may not exist in all of them it is good to verify that.
-
- 29 Oct, 2013 1 commit
-
- 28 Oct, 2013 1 commit
-
-
Carsten Brandt authored
closes #1084
-
- 23 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 18 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 15 Oct, 2013 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
cubrid pdo does not support PARAM_BOOL so we cast the value to integer and store 0 and 1 instead fixes #964
-
- 14 Oct, 2013 2 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
- 18 Sep, 2013 1 commit
-
-
Carsten Brandt authored
fixes #854
-
- 14 Sep, 2013 5 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
fixed expected quoting
-
Qiang Xue authored
-
Qiang Xue authored
-
- 06 Sep, 2013 7 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
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.
-
Carsten Brandt authored
-
- 05 Sep, 2013 1 commit
-
-
Carsten Brandt authored
-
- 29 Aug, 2013 2 commits
- 16 Aug, 2013 1 commit
-
-
Suralc authored
-
- 12 Aug, 2013 1 commit
-
-
Alexander Makarov authored
-
- 09 Jul, 2013 3 commits
- 03 Jul, 2013 1 commit
-
-
Qiang Xue authored
-
- 10 Jun, 2013 1 commit
-
-
Carsten Brandt authored
-
- 09 Jun, 2013 1 commit
-
-
gevik authored
- 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
-