- 12 Oct, 2014 1 commit
-
-
Carsten Brandt authored
there is no reliable way to determine the cubrid PDO extension version used and also no reliable way to detect which combination of server and client produces wrong behavior. By requiering 9.3 or higher in both client and server we can be sure it works. fixes #852
-
- 11 Aug, 2014 1 commit
-
-
mcd.php authored
Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used
-
- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-
- 29 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-
- 12 Jul, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Jul, 2014 2 commits
- 29 Jun, 2014 1 commit
-
-
Carsten Brandt authored
fixes #4086
-
- 27 Jun, 2014 1 commit
-
-
Carsten Brandt authored
-
- 25 Jun, 2014 4 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
one method for fetching data and one for sending to db. fixes #2287
-
Carsten Brandt authored
fixes #422
-
Carsten Brandt authored
fixed some issues with schema detection
-
- 24 Jun, 2014 2 commits
-
-
Carsten Brandt authored
[ci skip]
-
Carsten Brandt authored
-
- 23 May, 2014 1 commit
-
-
Qiang Xue authored
-
- 07 May, 2014 1 commit
-
-
Alexander Makarov authored
-
- 06 May, 2014 1 commit
-
-
Alexander Makarov authored
-
- 23 Mar, 2014 1 commit
-
-
Carsten Brandt authored
issue #2852
-
- 16 Mar, 2014 1 commit
-
-
SonicGD authored
-
- 16 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 16 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 11 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 17 Nov, 2013 1 commit
-
-
Carsten Brandt authored
-
- 16 Nov, 2013 1 commit
-
-
Carsten Brandt authored
-
- 28 Oct, 2013 1 commit
-
-
Alexander Mohorev authored
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
-
- 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
-
- 18 Sep, 2013 1 commit
-
-
Carsten Brandt authored
fixes #854
-
- 17 Sep, 2013 1 commit
-
-
Carsten Brandt authored
-
- 13 Sep, 2013 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
` is a MySQL thing supported by cubrid. " is more common.
-
- 06 Sep, 2013 6 commits
-
-
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
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 1 commit
-
-
Carsten Brandt authored
-