1. 05 Mar, 2013 2 commits
  2. 04 Mar, 2013 2 commits
  3. 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
  4. 02 Mar, 2013 4 commits
  5. 01 Mar, 2013 4 commits
  6. 28 Feb, 2013 3 commits
  7. 27 Feb, 2013 7 commits
  8. 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
  9. 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
  10. 22 Feb, 2013 10 commits
  11. 21 Feb, 2013 4 commits