Skip to content

Commit

Permalink
[APIS-964] 11.3 Driver Conformance Test - ODBC (#70)
Browse files Browse the repository at this point in the history
* [APIS-964] 11.3 Driver Conformance Test - ODBC
http://jira.cubrid.org/browse/APIS-964

- Update CCI Driver (11.2.0)
- Update Version (11.3.1.0061)
  • Loading branch information
hwany7seo authored Sep 1, 2023
1 parent 6201220 commit e29c68e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 159 deletions.
5 changes: 3 additions & 2 deletions cci/include/cas_cci.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
#define SSIZEOF(val) ((ssize_t) sizeof(val))
#endif

#define CON_HANDLE_ID_FACTOR 1000000
#define CON_HANDLE_ID_FACTOR 500000

#define GET_CON_ID(H) ((H) / CON_HANDLE_ID_FACTOR)
#define GET_REQ_ID(H) ((H) % CON_HANDLE_ID_FACTOR)
Expand Down Expand Up @@ -437,7 +437,8 @@ typedef enum
CCI_SCH_IMPORTED_KEYS,
CCI_SCH_EXPORTED_KEYS,
CCI_SCH_CROSS_REFERENCE,
CCI_SCH_LAST = CCI_SCH_CROSS_REFERENCE
CCI_SCH_ATTR_WITH_SYNONYM,
CCI_SCH_LAST = CCI_SCH_ATTR_WITH_SYNONYM
} T_CCI_SCH_TYPE;

typedef enum
Expand Down
89 changes: 0 additions & 89 deletions cci/include/cas_error.h

This file was deleted.

64 changes: 0 additions & 64 deletions cci/include/dbtran_def.h

This file was deleted.

Binary file modified cci/lib32/cas_cci_14.lib
Binary file not shown.
Binary file modified cci/lib32/cas_cci_d_14.lib
Binary file not shown.
Binary file modified cci/lib64/cas_cci_14.lib
Binary file not shown.
Binary file modified cci/lib64/cas_cci_d_14.lib
Binary file not shown.
8 changes: 4 additions & 4 deletions odbc_version.i
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MAJOR_VERSION 11
#define MINOR_VERSION 2
#define PATCH_VERSION 1
#define BUILD_SERIAL_NUMBER 0060
#define VERSION_STRING "11.2.1.0060"
#define MINOR_VERSION 3
#define PATCH_VERSION 0
#define BUILD_SERIAL_NUMBER 0061
#define VERSION_STRING "11.3.0.0061"

0 comments on commit e29c68e

Please sign in to comment.