An error occurred fetching the project authors.
  1. 29 Jan, 2013 3 commits
  2. 28 Jan, 2013 1 commit
    • Alexander Barkov's avatar
      Fixing ODBC related compilation failures: · 4f9e09ef
      Alexander Barkov authored
      - without ODBC: adding a few "#ifdef CONNECT_SUPPORT"
      - with ODBC on Linux: conflicting definitions for DWORD
        in sql.h (unixODBC) vs global.h.
        Using "typedef unsigned int DWORD", as this is how MS SQK defines it
        and matches unixODBC definition.
      
      Removing sqlutil.h. value.cpp now uses sql.h and sqlext.h instead.
      
      
      removed:
        storage/connect/sqlutil.h
      modified:
        storage/connect/global.h
        storage/connect/value.cpp
        storage/connect/value.h
      4f9e09ef
  3. 23 Jan, 2013 1 commit
  4. 18 Jan, 2013 1 commit