1. 06 Mar, 2013 2 commits
    • Olivier Bertrand's avatar
      - In index.test t1 was back to T1! fixed · a08fc696
      Olivier Bertrand authored
      modified:
        mysql-test/suite/connect/t/index.test*
      
      - Line endings restored to LF only
      
      modified:
        storage/connect/CMakeLists.txt
      a08fc696
    • unknown's avatar
      - Changing mode to -x · 75e52f2d
      unknown authored
      modified:
        mysql-test/suite/connect/t/index.test
        storage/connect/connect.cc*
        storage/connect/myconn.cpp*
        storage/connect/value.cpp*
      75e52f2d
  2. 05 Mar, 2013 2 commits
  3. 04 Mar, 2013 2 commits
  4. 03 Mar, 2013 2 commits
    • Olivier Bertrand's avatar
      - FIX a bug causing a crash when deleting a mapped table · 3eabf84e
      Olivier Bertrand authored
      modified:
        storage/connect/filamap.cpp
      3eabf84e
    • Olivier Bertrand's avatar
      - FIX a BUG: error (wrong value set) in: · 98145a31
      Olivier Bertrand authored
          update xempl set ddentree = adddate(ddentree, interval 16 year);
        The same value sdval was used to convert MySQL dates to CONNECT date
        value and CONNECT dates to MySQL date. This was wrong in update because
        the second time the wrong value was used converting to incoherent values.
        There are now 2 separate values used: sdvalin and sdvalout.
      
      modified:
        storage/connect/ha_connect.cc
        storage/connect/ha_connect.h
      98145a31
  5. 02 Mar, 2013 4 commits
  6. 01 Mar, 2013 4 commits
  7. 28 Feb, 2013 3 commits
  8. 27 Feb, 2013 7 commits
  9. 25 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      - Catalog table: Use XFLD as Flag value instead of column index. · cec84b59
      Olivier Bertrand authored
      - Use the COLDEF flag to initialize column nullable value.
      - Fix a bug on inserting null values in MYSQL tables.
      
      modified:
        storage/connect/colblk.cpp
        storage/connect/connect.cc
        storage/connect/ha_connect.cc
        storage/connect/odbconn.cpp
        storage/connect/plgdbsem.h
        storage/connect/table.cpp
        storage/connect/tabmysql.cpp
      cec84b59
  10. 24 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      - Add support to NULL values. This concern the MYSQL · 2ccdcc41
      Olivier Bertrand authored
        and ODBC table types. Not supported yet for indexes.
      
      modified:
        storage/connect/colblk.cpp
        storage/connect/colblk.h
        storage/connect/connect.cc
        storage/connect/ha_connect.cc
        storage/connect/tabmysql.cpp
        storage/connect/tabodbc.cpp
        storage/connect/valblk.cpp
        storage/connect/valblk.h
        storage/connect/value.cpp
        storage/connect/value.h
        storage/connect/xindex.cpp
      2ccdcc41
  11. 22 Feb, 2013 10 commits
  12. 21 Feb, 2013 2 commits