An error occurred fetching the project authors.
- 29 Jan, 2013 3 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
modified: storage/connect/value.h
-
Alexander Barkov authored
in unixODBC headers on 64-bit platforms. Moving function definitions from value.cpp to odbconn.cpp. Changing scope of GetSQLType and GetSQLCType from public to static. modified: storage/connect/odbconn.cpp storage/connect/value.cpp storage/connect/value.h
-
- 28 Jan, 2013 1 commit
-
-
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
-
- 23 Jan, 2013 1 commit
-
-
Olivier Bertrand authored
-
- 18 Jan, 2013 1 commit
-
-
Alexander Barkov authored
-