reenable jdbc
This commit is contained in:
parent
b8a39b195b
commit
85595c9149
|
@ -21,5 +21,5 @@ ADD_SUBDIRECTORY(wal)
|
|||
ADD_SUBDIRECTORY(cq)
|
||||
ADD_SUBDIRECTORY(dnode)
|
||||
ADD_SUBDIRECTORY(connector/odbc)
|
||||
# ADD_SUBDIRECTORY(connector/jdbc)
|
||||
ADD_SUBDIRECTORY(connector/jdbc)
|
||||
|
||||
|
|
|
@ -2852,8 +2852,6 @@ SQLRETURN SQL_API SQLSetStmtAttr(SQLHSTMT StatementHandle,
|
|||
|
||||
static void init_routine(void) {
|
||||
taos_init();
|
||||
D("tsLocale: [%s]", tsLocale);
|
||||
D("tsCharset: [%s]", tsCharset);
|
||||
}
|
||||
|
||||
static size_t do_field_display_size(TAOS_FIELD *field) {
|
||||
|
|
Loading…
Reference in New Issue