reenable jdbc

This commit is contained in:
freemine 2020-11-04 22:52:36 +08:00
parent b8a39b195b
commit 85595c9149
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -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) {