-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clickhouse Native(Binary) client #931
base: master
Are you sure you want to change the base?
Clickhouse Native(Binary) client #931
Commits on Feb 15, 2021
-
Added clickhouse InitCommand handler
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8101d06 - Browse repository at this point
Copy the full SHA 8101d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622b2fb - Browse repository at this point
Copy the full SHA 622b2fbView commit details
Commits on Feb 21, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95a624e - Browse repository at this point
Copy the full SHA 95a624eView commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 74ed583 - Browse repository at this point
Copy the full SHA 74ed583View commit details -
added UInt16, UInt64 types support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 240cb5a - Browse repository at this point
Copy the full SHA 240cb5aView commit details -
renamed nItems to nRows, removed reflection API calls
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50a11ac - Browse repository at this point
Copy the full SHA 50a11acView commit details
Commits on Feb 26, 2021
-
initial writeSettings implementation; initial PreparedStatement imple…
…mentation Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3be7ed8 - Browse repository at this point
Copy the full SHA 3be7ed8View commit details
Commits on Feb 27, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52da104 - Browse repository at this point
Copy the full SHA 52da104View commit details
Commits on Feb 28, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 057ca73 - Browse repository at this point
Copy the full SHA 057ca73View commit details
Commits on Mar 1, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab430b3 - Browse repository at this point
Copy the full SHA ab430b3View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9df29ad - Browse repository at this point
Copy the full SHA 9df29adView commit details
Commits on Mar 7, 2021
-
basic lz4 compression/decompression [WIP]
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9edb5e1 - Browse repository at this point
Copy the full SHA 9edb5e1View commit details -
added DateTime/DateTime64 column support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b90509 - Browse repository at this point
Copy the full SHA 1b90509View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6403a3 - Browse repository at this point
Copy the full SHA b6403a3View commit details
Commits on Mar 8, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e36625f - Browse repository at this point
Copy the full SHA e36625fView commit details
Commits on Mar 9, 2021
-
added TABLE_COLUMNS packet-type support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88e3b2c - Browse repository at this point
Copy the full SHA 88e3b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 217be04 - Browse repository at this point
Copy the full SHA 217be04View commit details
Commits on Mar 10, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 837bb65 - Browse repository at this point
Copy the full SHA 837bb65View commit details
Commits on Mar 12, 2021
-
added LowCardinality column support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4a4c66 - Browse repository at this point
Copy the full SHA c4a4c66View commit details
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d345fa5 - Browse repository at this point
Copy the full SHA d345fa5View commit details
Commits on Mar 14, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d48b63 - Browse repository at this point
Copy the full SHA 0d48b63View commit details
Commits on Mar 15, 2021
-
Added Date,Float32,Float64 columns; added ClickhouseNativeBinaryDataT…
…ypeDecodeTest Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b898cf9 - Browse repository at this point
Copy the full SHA b898cf9View commit details -
added ClickhouseNativeCollectorTest
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0004994 - Browse repository at this point
Copy the full SHA 0004994View commit details -
added ClickhouseNativeConnectionTest
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 331072a - Browse repository at this point
Copy the full SHA 331072aView commit details
Commits on Mar 16, 2021
-
added ClickhouseNativeConnectionAutoRetryTest
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 010cfe2 - Browse repository at this point
Copy the full SHA 010cfe2View commit details -
added ClickhouseNativeBinaryDataTypeEncodeTest and ClickhouseNativeDr…
…iverTest; added SqlClientExamples to make gen utilities happy Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98aaaa4 - Browse repository at this point
Copy the full SHA 98aaaa4View commit details
Commits on Mar 17, 2021
-
reworked ArrayColumn to recode elements if needed
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec3da62 - Browse repository at this point
Copy the full SHA ec3da62View commit details -
reworked ArrayColumn to handle partial reads
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 940df68 - Browse repository at this point
Copy the full SHA 940df68View commit details
Commits on Mar 21, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1c615d - Browse repository at this point
Copy the full SHA f1c615dView commit details -
splitted columns into readers and writers
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 623cb2f - Browse repository at this point
Copy the full SHA 623cb2fView commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f386e03 - Browse repository at this point
Copy the full SHA f386e03View commit details
Commits on Mar 28, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb1c42f - Browse repository at this point
Copy the full SHA bb1c42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ebbf6 - Browse repository at this point
Copy the full SHA e8ebbf6View commit details
Commits on Mar 30, 2021
-
added DateColumnWriter and DateTimeColumnWriter
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1234e7c - Browse repository at this point
Copy the full SHA 1234e7cView commit details
Commits on Mar 31, 2021
-
reworked AllTypesTest to use ColumnChecker
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a11da8 - Browse repository at this point
Copy the full SHA 6a11da8View commit details
Commits on Apr 3, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c65f52b - Browse repository at this point
Copy the full SHA c65f52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 070aafc - Browse repository at this point
Copy the full SHA 070aafcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91632f5 - Browse repository at this point
Copy the full SHA 91632f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3330970 - Browse repository at this point
Copy the full SHA 3330970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712b52b - Browse repository at this point
Copy the full SHA 712b52bView commit details
Commits on Apr 4, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e79de39 - Browse repository at this point
Copy the full SHA e79de39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a3839e - Browse repository at this point
Copy the full SHA 0a3839eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af3384 - Browse repository at this point
Copy the full SHA 4af3384View commit details -
Configuration menu - View commit details
-
Copy full SHA for be34c67 - Browse repository at this point
Copy the full SHA be34c67View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 429e4de - Browse repository at this point
Copy the full SHA 429e4deView commit details
Commits on Apr 5, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07e3f94 - Browse repository at this point
Copy the full SHA 07e3f94View commit details
Commits on Apr 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ad2c556 - Browse repository at this point
Copy the full SHA ad2c556View commit details -
Configuration menu - View commit details
-
Copy full SHA for c421deb - Browse repository at this point
Copy the full SHA c421debView commit details -
added Decimal32/64 and Float32 tests
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f68a178 - Browse repository at this point
Copy the full SHA f68a178View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 108a965 - Browse repository at this point
Copy the full SHA 108a965View commit details
Commits on Apr 7, 2021
-
fixed TODO: reuse cached key columns for LowCardinality reader
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f8e10a - Browse repository at this point
Copy the full SHA 7f8e10aView commit details -
fixed TODO: do not store array descriptor as lined list of nested types
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 225ced8 - Browse repository at this point
Copy the full SHA 225ced8View commit details -
do not do extra nested array copy
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0005e4 - Browse repository at this point
Copy the full SHA f0005e4View commit details -
removed recursion from ArrayColumnWriter
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66e6212 - Browse repository at this point
Copy the full SHA 66e6212View commit details
Commits on Apr 8, 2021
-
do not reslice every row if recoding is required
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9136d5 - Browse repository at this point
Copy the full SHA e9136d5View commit details -
added StringCache for LowCardinality columns
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1395271 - Browse repository at this point
Copy the full SHA 1395271View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fdbe02 - Browse repository at this point
Copy the full SHA 6fdbe02View commit details -
added array deduplication test
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 225dd3d - Browse repository at this point
Copy the full SHA 225dd3dView commit details -
reworked array deduplication test
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7be852 - Browse repository at this point
Copy the full SHA b7be852View commit details
Commits on Apr 9, 2021
-
use columnreader as accessor if array recoding is reqired
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cef98c2 - Browse repository at this point
Copy the full SHA cef98c2View commit details -
use less reflection for empty arrays
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da9062c - Browse repository at this point
Copy the full SHA da9062cView commit details -
added more LowCardinality checks, fixed TODOs
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 831b3a1 - Browse repository at this point
Copy the full SHA 831b3a1View commit details -
moved INSERT info extraction into QueryInfo
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce4fdf0 - Browse repository at this point
Copy the full SHA ce4fdf0View commit details
Commits on Apr 10, 2021
-
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0643b1f - Browse repository at this point
Copy the full SHA 0643b1fView commit details -
replaced LOG.info with LOG.debug where needed
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee30664 - Browse repository at this point
Copy the full SHA ee30664View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da8e34c - Browse repository at this point
Copy the full SHA da8e34cView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9af16e - Browse repository at this point
Copy the full SHA e9af16eView commit details -
fixed copyright headers, reworked array to use int[] arrays as slices
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5735b68 - Browse repository at this point
Copy the full SHA 5735b68View commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a45ce2 - Browse repository at this point
Copy the full SHA 8a45ce2View commit details
Commits on Apr 13, 2021
-
reworked ArrayColumnReader to support primitive array
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e0e95a - Browse repository at this point
Copy the full SHA 1e0e95aView commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dbd1084 - Browse repository at this point
Copy the full SHA dbd1084View commit details
Commits on May 8, 2021
-
added charset parameter to readPascalString
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for daea1c0 - Browse repository at this point
Copy the full SHA daea1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b538d - Browse repository at this point
Copy the full SHA c8b538dView commit details
Commits on May 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9212824 - Browse repository at this point
Copy the full SHA 9212824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9a37a - Browse repository at this point
Copy the full SHA 5d9a37aView commit details -
Merge branch 'feature/clickhouse-native-client' of https://github.com…
…/smagellan/vertx-sql-client into feature/clickhouse-native-client
Configuration menu - View commit details
-
Copy full SHA for 4329849 - Browse repository at this point
Copy the full SHA 4329849View commit details -
Configuration menu - View commit details
-
Copy full SHA for eede5dd - Browse repository at this point
Copy the full SHA eede5ddView commit details
Commits on May 10, 2021
-
throw ClassCastException in get(Class<T> type, int position) if can't…
… cast to requested type Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 413caf9 - Browse repository at this point
Copy the full SHA 413caf9View commit details -
added column index into ClassCastException message
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd972ed - Browse repository at this point
Copy the full SHA fd972edView commit details
Commits on May 11, 2021
-
replaced confusing 'native' to 'binary'
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad76c64 - Browse repository at this point
Copy the full SHA ad76c64View commit details
Commits on Jun 2, 2021
-
replaced confusing 'native' to 'binary' in pom.xml
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ff7b1f - Browse repository at this point
Copy the full SHA 5ff7b1fView commit details -
replaced confusing 'native' to 'binary' in tests and package-info
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba517dd - Browse repository at this point
Copy the full SHA ba517ddView commit details -
replaced confusing 'native' to 'binary' in tests and package-info
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3157dab - Browse repository at this point
Copy the full SHA 3157dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1491473 - Browse repository at this point
Copy the full SHA 1491473View commit details -
replaced confusing 'native' to 'binary' in pom description
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59be4d2 - Browse repository at this point
Copy the full SHA 59be4d2View commit details -
replaced confusing 'native' to 'binary' in pom description
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffe427e - Browse repository at this point
Copy the full SHA ffe427eView commit details
Commits on Oct 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f39a54c - Browse repository at this point
Copy the full SHA f39a54cView commit details -
Added clickhouse InitCommand handler
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a6f899 - Browse repository at this point
Copy the full SHA 7a6f899View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68bb39 - Browse repository at this point
Copy the full SHA f68bb39View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e7c29c - Browse repository at this point
Copy the full SHA 3e7c29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 372f6d8 - Browse repository at this point
Copy the full SHA 372f6d8View commit details -
added UInt16, UInt64 types support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1386a5d - Browse repository at this point
Copy the full SHA 1386a5dView commit details -
renamed nItems to nRows, removed reflection API calls
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2e88ce - Browse repository at this point
Copy the full SHA a2e88ceView commit details -
initial writeSettings implementation; initial PreparedStatement imple…
…mentation Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4c97cc - Browse repository at this point
Copy the full SHA e4c97ccView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7a096e - Browse repository at this point
Copy the full SHA f7a096eView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05411b4 - Browse repository at this point
Copy the full SHA 05411b4View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27fdd76 - Browse repository at this point
Copy the full SHA 27fdd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for c46f3e0 - Browse repository at this point
Copy the full SHA c46f3e0View commit details -
basic lz4 compression/decompression [WIP]
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91a0371 - Browse repository at this point
Copy the full SHA 91a0371View commit details -
added DateTime/DateTime64 column support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da0ee4c - Browse repository at this point
Copy the full SHA da0ee4cView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5106f3 - Browse repository at this point
Copy the full SHA d5106f3View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8841c24 - Browse repository at this point
Copy the full SHA 8841c24View commit details -
added TABLE_COLUMNS packet-type support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 957ece6 - Browse repository at this point
Copy the full SHA 957ece6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f38b1 - Browse repository at this point
Copy the full SHA 92f38b1View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e16e995 - Browse repository at this point
Copy the full SHA e16e995View commit details -
added LowCardinality column support
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fac35ba - Browse repository at this point
Copy the full SHA fac35baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 500f03f - Browse repository at this point
Copy the full SHA 500f03fView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1e0636 - Browse repository at this point
Copy the full SHA f1e0636View commit details -
Added Date,Float32,Float64 columns; added ClickhouseNativeBinaryDataT…
…ypeDecodeTest Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d97b16b - Browse repository at this point
Copy the full SHA d97b16bView commit details -
added ClickhouseNativeCollectorTest
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc27188 - Browse repository at this point
Copy the full SHA cc27188View commit details -
added ClickhouseNativeConnectionTest
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2871542 - Browse repository at this point
Copy the full SHA 2871542View commit details -
added ClickhouseNativeConnectionAutoRetryTest
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d820e90 - Browse repository at this point
Copy the full SHA d820e90View commit details -
added ClickhouseNativeBinaryDataTypeEncodeTest and ClickhouseNativeDr…
…iverTest; added SqlClientExamples to make gen utilities happy Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be0635f - Browse repository at this point
Copy the full SHA be0635fView commit details -
reworked ArrayColumn to recode elements if needed
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf8c171 - Browse repository at this point
Copy the full SHA cf8c171View commit details -
reworked ArrayColumn to handle partial reads
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d13538c - Browse repository at this point
Copy the full SHA d13538cView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22bb068 - Browse repository at this point
Copy the full SHA 22bb068View commit details -
splitted columns into readers and writers
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d37f743 - Browse repository at this point
Copy the full SHA d37f743View commit details -
Configuration menu - View commit details
-
Copy full SHA for e16e1ab - Browse repository at this point
Copy the full SHA e16e1abView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 672b998 - Browse repository at this point
Copy the full SHA 672b998View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15b884 - Browse repository at this point
Copy the full SHA c15b884View commit details -
added DateColumnWriter and DateTimeColumnWriter
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 233fd4f - Browse repository at this point
Copy the full SHA 233fd4fView commit details -
reworked AllTypesTest to use ColumnChecker
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c6f944 - Browse repository at this point
Copy the full SHA 4c6f944View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41c68fd - Browse repository at this point
Copy the full SHA 41c68fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13267df - Browse repository at this point
Copy the full SHA 13267dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 888985f - Browse repository at this point
Copy the full SHA 888985fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef566d - Browse repository at this point
Copy the full SHA 0ef566dView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7228b2 - Browse repository at this point
Copy the full SHA c7228b2View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ddb4d4 - Browse repository at this point
Copy the full SHA 4ddb4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43cf87 - Browse repository at this point
Copy the full SHA f43cf87View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff9104 - Browse repository at this point
Copy the full SHA dff9104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c9ec6 - Browse repository at this point
Copy the full SHA 82c9ec6View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4fce3d - Browse repository at this point
Copy the full SHA b4fce3dView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 923f44b - Browse repository at this point
Copy the full SHA 923f44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8456b0f - Browse repository at this point
Copy the full SHA 8456b0fView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aa88a5 - Browse repository at this point
Copy the full SHA 8aa88a5View commit details -
added Decimal32/64 and Float32 tests
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73369b3 - Browse repository at this point
Copy the full SHA 73369b3View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08be2bf - Browse repository at this point
Copy the full SHA 08be2bfView commit details -
fixed TODO: reuse cached key columns for LowCardinality reader
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14ae1c6 - Browse repository at this point
Copy the full SHA 14ae1c6View commit details -
fixed TODO: do not store array descriptor as lined list of nested types
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c92fbe - Browse repository at this point
Copy the full SHA 7c92fbeView commit details -
do not do extra nested array copy
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 930a424 - Browse repository at this point
Copy the full SHA 930a424View commit details -
removed recursion from ArrayColumnWriter
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3851d06 - Browse repository at this point
Copy the full SHA 3851d06View commit details -
do not reslice every row if recoding is required
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73113d8 - Browse repository at this point
Copy the full SHA 73113d8View commit details -
added StringCache for LowCardinality columns
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32ddad9 - Browse repository at this point
Copy the full SHA 32ddad9View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2f099e - Browse repository at this point
Copy the full SHA a2f099eView commit details -
added array deduplication test
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8569966 - Browse repository at this point
Copy the full SHA 8569966View commit details -
reworked array deduplication test
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e206ff - Browse repository at this point
Copy the full SHA 7e206ffView commit details -
use columnreader as accessor if array recoding is reqired
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2252717 - Browse repository at this point
Copy the full SHA 2252717View commit details -
use less reflection for empty arrays
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33b839c - Browse repository at this point
Copy the full SHA 33b839cView commit details -
added more LowCardinality checks, fixed TODOs
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0185ec - Browse repository at this point
Copy the full SHA d0185ecView commit details -
moved INSERT info extraction into QueryInfo
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af722ff - Browse repository at this point
Copy the full SHA af722ffView commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d974e2e - Browse repository at this point
Copy the full SHA d974e2eView commit details -
replaced LOG.info with LOG.debug where needed
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4472783 - Browse repository at this point
Copy the full SHA 4472783View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4254305 - Browse repository at this point
Copy the full SHA 4254305View commit details -
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c7cb93 - Browse repository at this point
Copy the full SHA 4c7cb93View commit details -
fixed copyright headers, reworked array to use int[] arrays as slices
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75cdc8a - Browse repository at this point
Copy the full SHA 75cdc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f1d3b - Browse repository at this point
Copy the full SHA 57f1d3bView commit details -
reworked ArrayColumnReader to support primitive array
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad58bce - Browse repository at this point
Copy the full SHA ad58bceView commit details -
added charset parameter to readPascalString
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df4df78 - Browse repository at this point
Copy the full SHA df4df78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eff81e - Browse repository at this point
Copy the full SHA 4eff81eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 009ec4d - Browse repository at this point
Copy the full SHA 009ec4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8724b82 - Browse repository at this point
Copy the full SHA 8724b82View commit details -
throw ClassCastException in get(Class<T> type, int position) if can't…
… cast to requested type Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77f21e6 - Browse repository at this point
Copy the full SHA 77f21e6View commit details -
added column index into ClassCastException message
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39714dd - Browse repository at this point
Copy the full SHA 39714ddView commit details -
replaced confusing 'native' to 'binary'
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a076bc - Browse repository at this point
Copy the full SHA 9a076bcView commit details -
replaced confusing 'native' to 'binary' in pom.xml
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b1b28a - Browse repository at this point
Copy the full SHA 8b1b28aView commit details -
replaced confusing 'native' to 'binary' in tests and package-info
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d3e8e3 - Browse repository at this point
Copy the full SHA 6d3e8e3View commit details -
replaced confusing 'native' to 'binary' in tests and package-info
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c9faf1 - Browse repository at this point
Copy the full SHA 6c9faf1View commit details -
replaced confusing 'native' to 'binary' in pom description
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 152261c - Browse repository at this point
Copy the full SHA 152261cView commit details -
replaced confusing 'native' to 'binary' in pom description
Signed-off-by: vladimir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d91c33 - Browse repository at this point
Copy the full SHA 3d91c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb874f - Browse repository at this point
Copy the full SHA 7eb874fView commit details -
Merge remote-tracking branch 'origin/feature/clickhouse-native-client…
…' into feature/clickhouse-native-client # Conflicts: # vertx-clickhouse-binary-client/pom.xml # vertx-clickhouse-binary-client/src/main/java/examples/SqlClientExamples.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/ClickhouseBinaryConnectOptions.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/ClickhouseBinaryPool.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/impl/ClickhouseBinaryConnectionFactory.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/impl/ClickhouseBinaryConnectionImpl.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/impl/ClickhouseBinaryPoolImpl.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/impl/ClickhouseBinaryRowImpl.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/impl/codec/ClickhouseBinaryColumnDescriptor.java # vertx-clickhouse-binary-client/src/main/java/io/vertx/clickhouseclient/binary/spi/ClickhouseBinaryDriver.java # vertx-clickhouse-binary-client/src/test/java/io/vertx/clickhouseclient/binary/ClickhouseResource.java
Configuration menu - View commit details
-
Copy full SHA for e9c19a6 - Browse repository at this point
Copy the full SHA e9c19a6View commit details -
handle 'dangling' exceptions (e.g. non-existent DB exception after su…
…ccessful login for latest ClickHouse versions)
Configuration menu - View commit details
-
Copy full SHA for a0dd2a1 - Browse repository at this point
Copy the full SHA a0dd2a1View commit details
Commits on Dec 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5cba677 - Browse repository at this point
Copy the full SHA 5cba677View commit details
Commits on Dec 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ec30819 - Browse repository at this point
Copy the full SHA ec30819View commit details
Commits on Oct 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e686cc - Browse repository at this point
Copy the full SHA 6e686ccView commit details
Commits on Oct 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 365247c - Browse repository at this point
Copy the full SHA 365247cView commit details
Commits on Jan 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f081249 - Browse repository at this point
Copy the full SHA f081249View commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b15d646 - Browse repository at this point
Copy the full SHA b15d646View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f366718 - Browse repository at this point
Copy the full SHA f366718View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86cf5e4 - Browse repository at this point
Copy the full SHA 86cf5e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b120c - Browse repository at this point
Copy the full SHA b5b120cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c95d0 - Browse repository at this point
Copy the full SHA a3c95d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e6296 - Browse repository at this point
Copy the full SHA d7e6296View commit details
Commits on Feb 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df25675 - Browse repository at this point
Copy the full SHA df25675View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbee08e - Browse repository at this point
Copy the full SHA fbee08eView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a0cb44 - Browse repository at this point
Copy the full SHA 5a0cb44View commit details