ClickHouse/programs/odbc-bridge
2022-08-10 07:39:32 +00:00
..
tests Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
CMakeLists.txt Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
ColumnInfoHandler.cpp Assume unversioned server has version=0 and use tryParse() instead of from_chars() 2022-08-10 07:39:32 +00:00
ColumnInfoHandler.h Fix w/o ODBC build 2022-01-20 10:02:02 +03:00
getIdentifierQuote.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
getIdentifierQuote.h Renamed ODBCConnectionFactory to ODBCPooledConntionFactory 2022-06-01 09:00:39 +00:00
IdentifierQuoteHandler.cpp Assume unversioned server has version=0 and use tryParse() instead of from_chars() 2022-08-10 07:39:32 +00:00
IdentifierQuoteHandler.h Fix w/o ODBC build 2022-01-20 10:02:02 +03:00
MainHandler.cpp Assume unversioned server has version=0 and use tryParse() instead of from_chars() 2022-08-10 07:39:32 +00:00
MainHandler.h
odbc-bridge.cpp
ODBCBlockInputStream.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ODBCBlockInputStream.h Renamed ODBCConnectionFactory to ODBCPooledConntionFactory 2022-06-01 09:00:39 +00:00
ODBCBlockOutputStream.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ODBCBlockOutputStream.h Renamed ODBCConnectionFactory to ODBCPooledConntionFactory 2022-06-01 09:00:39 +00:00
ODBCBridge.cpp Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
ODBCBridge.h Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
ODBCHandlerFactory.cpp Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
ODBCHandlerFactory.h Prepare library-bridge for catboost integration 2022-08-04 19:26:51 +00:00
ODBCPooledConnectionFactory.h Better error messafe 2022-06-24 01:05:33 +02:00
PingHandler.cpp
PingHandler.h
SchemaAllowedHandler.cpp Assume unversioned server has version=0 and use tryParse() instead of from_chars() 2022-08-10 07:39:32 +00:00
SchemaAllowedHandler.h Fix w/o ODBC build 2022-01-20 10:02:02 +03:00
validateODBCConnectionString.cpp
validateODBCConnectionString.h