- 29 Nov, 2013 1 commit
-
-
Qiang Xue authored
-
- 26 Nov, 2013 1 commit
-
-
Panagiotis Moustafellos authored
-
- 25 Nov, 2013 1 commit
-
-
Carsten Brandt authored
-
- 24 Nov, 2013 2 commits
-
-
Carsten Brandt authored
tests for this are on elasticsearch branch (due to huge refactoring there) and will come later by merge
-
Qiang Xue authored
-
- 18 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 15 Sep, 2013 1 commit
-
-
Alexander Makarov authored
-
- 14 Sep, 2013 1 commit
-
- 13 Sep, 2013 1 commit
-
-
Carsten Brandt authored
-
- 06 Sep, 2013 2 commits
-
-
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
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
-
- 05 Sep, 2013 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-