ClickHouse/programs/odbc-bridge
Ivan 495c6e03aa
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr

* Fix shared context captured by value

* Fix build

* Fix Context with named sessions

* Fix copy context

* Fix gcc build

* Merge with master and fix build

* Fix gcc-9 build
2021-04-11 02:33:54 +03:00
..
tests Take out odbc-bridge from clickhouse bundle 2020-10-29 08:27:55 +03:00
CMakeLists.txt Better 2021-03-12 21:48:52 +00:00
ColumnInfoHandler.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ColumnInfoHandler.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
getIdentifierQuote.cpp minor fixes 2020-05-15 00:51:07 +03:00
getIdentifierQuote.h minor fixes 2020-05-15 00:51:07 +03:00
HandlerFactory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HandlerFactory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IdentifierQuoteHandler.cpp Fix WriteBufferFromHTTPServerResponse usage in odbc-bridge 2021-02-20 10:15:38 +03:00
IdentifierQuoteHandler.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MainHandler.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MainHandler.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
odbc-bridge.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ODBCBlockInputStream.cpp Build fixes 2021-03-16 14:07:53 +03:00
ODBCBlockInputStream.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ODBCBlockOutputStream.cpp Build fixes 2021-03-16 14:07:53 +03:00
ODBCBlockOutputStream.h minor fixes 2020-05-15 00:51:07 +03:00
ODBCBridge.cpp Common base for bridges part 3 2021-03-07 13:55:40 +00:00
ODBCBridge.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PingHandler.cpp Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
PingHandler.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
SchemaAllowedHandler.cpp Fix WriteBufferFromHTTPServerResponse usage in odbc-bridge 2021-02-20 10:15:38 +03:00
SchemaAllowedHandler.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
validateODBCConnectionString.cpp Slightly loose the validation of ODBC connection string 2020-06-21 20:28:40 +03:00
validateODBCConnectionString.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00