1. 12 Oct, 2014 1 commit
    • bump minimum required cubrid version · a375a620
      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
  2. 31 Jul, 2014 1 commit
  3. 29 Jul, 2014 1 commit
  4. 23 Mar, 2014 1 commit
  5. 16 Mar, 2014 1 commit
  6. 30 Jan, 2014 1 commit
  7. 11 Jan, 2014 1 commit
  8. 29 Nov, 2013 1 commit
  9. 26 Nov, 2013 1 commit
  10. 25 Nov, 2013 1 commit
  11. 24 Nov, 2013 2 commits
  12. 18 Oct, 2013 1 commit
  13. 15 Sep, 2013 1 commit
  14. 14 Sep, 2013 1 commit
  15. 13 Sep, 2013 1 commit
  16. 06 Sep, 2013 2 commits
    • better use int for boolean representation · 791f9d3f
      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.
    • moved Command::getPdoType() to Schema · c6ef7ec9
      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
  17. 05 Sep, 2013 2 commits