1. 10 Mar, 2013 1 commit
    • Olivier Bertrand's avatar
      - XML and INI tables now return NULL when a node does not exist in a row (XML) · 7a30ec72
      Olivier Bertrand authored
        or if the key is missing in a section (INI)
      
      modified:
        mysql-test/suite/connect/r/ini.result
        mysql-test/suite/connect/r/xml.result
        storage/connect/tabsys.cpp
        storage/connect/tabxml.cpp
      
      - Do a sub-storage cleanup on info commands and fix a limit of column number
        in ODBCColumns. This was doing a crash for unexpected longjmp when many info
        commands were executed in a row.
      
      modified:
        storage/connect/ha_connect.cc
        storage/connect/odbconn.cpp
      7a30ec72
  2. 08 Mar, 2013 4 commits
  3. 07 Mar, 2013 6 commits
  4. 06 Mar, 2013 4 commits
  5. 05 Mar, 2013 2 commits
  6. 04 Mar, 2013 2 commits
  7. 03 Mar, 2013 2 commits
    • Olivier Bertrand's avatar
      - FIX a bug causing a crash when deleting a mapped table · 50beff5c
      Olivier Bertrand authored
      modified:
        storage/connect/filamap.cpp
      50beff5c
    • Olivier Bertrand's avatar
      - FIX a BUG: error (wrong value set) in: · 6a099440
      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
      6a099440
  8. 02 Mar, 2013 4 commits
  9. 01 Mar, 2013 4 commits
  10. 28 Feb, 2013 3 commits
  11. 27 Feb, 2013 7 commits
  12. 25 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      - Catalog table: Use XFLD as Flag value instead of column index. · edd16158
      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
      edd16158