• Olivier Bertrand's avatar
    - Implement putting in memory the result set from an ODBC query. · c144cf38
    Olivier Bertrand authored
    modified:
      storage/connect/odbconn.cpp
      storage/connect/odbconn.h
      storage/connect/tabodbc.cpp
      storage/connect/tabodbc.h
    
    - Moving the calls to VerifyConnect and GetConnectInfo into the try block
      in ODBConn::Open (potential crash in case of throw)
    modified:
      storage/connect/odbconn.cpp
    
    - Handling all ODBC data date types (91, 92, 93)
    modified:
      storage/connect/ha_connect.cc
      storage/connect/odbconn.cpp
    
    - Not assuming string results from ODBC catalog functions are zero terminated
    modified:
      storage/connect/odbconn.cpp
    c144cf38
tabodbc.cpp 50.6 KB