alesapin
|
dde09bd8a5
|
CLICKHOUSE-3878: Start bridge not like daemon but background child, more explicit logging, fix mutex bug, add SCOPE_EXIT in bridge
|
2018-08-10 14:42:12 +03:00 |
|
alesapin
|
04db4ddc46
|
CLICKHOUSE-3878: Next iteration in odbc-bridge
|
2018-08-09 21:49:05 +03:00 |
|
alesapin
|
6d40546a9a
|
CLICKHOUSE-3878: Remove connection string building and validation, change format of columns in request, more convinient exception messages
|
2018-08-09 15:57:34 +03:00 |
|
alesapin
|
bff4bbf634
|
Merge remote-tracking branch 'upstream/master'
|
2018-08-09 12:38:43 +03:00 |
|
robot-clickhouse
|
abbbd26e71
|
Auto version update to [18.10.0] [54405]
|
2018-08-09 04:42:46 +03:00 |
|
alesapin
|
402815977f
|
Add new error in fetchPartition op
|
2018-08-08 21:01:25 +03:00 |
|
alesapin
|
1bedb971d0
|
Merge fixes
|
2018-08-08 19:54:09 +03:00 |
|
alesapin
|
97bcdcedb3
|
mistake
|
2018-08-08 19:52:11 +03:00 |
|
alesapin
|
65c6a8ff93
|
CLICKHOUSE-3878: Try to avoid merge conflict
|
2018-08-08 19:49:49 +03:00 |
|
alesapin
|
46e9dc132a
|
CLICKHOUSE-3878: Remove redundant message
|
2018-08-08 19:44:41 +03:00 |
|
alesapin
|
b31dd7bf1f
|
CLICKHOUSE-3878: Correct max_block_size handling
|
2018-08-08 19:41:08 +03:00 |
|
alesapin
|
fe10ccb1f7
|
CLICKHOUSE-3878: Remove some copypaste
|
2018-08-08 19:29:09 +03:00 |
|
alesapin
|
92f3beb95b
|
CLICKHOUSE-3878: Better odbc-bridge with ability to handle custom logs and exceptions
|
2018-08-08 19:15:29 +03:00 |
|
Alexey Milovidov
|
4ae1830f78
|
Updated instruction [#CLICKHOUSE-2]
|
2018-08-08 07:14:53 +03:00 |
|
Alexey Milovidov
|
1e316e9229
|
Fixed error #2795
|
2018-08-08 07:14:53 +03:00 |
|
Amos Bird
|
bb244e1482
|
Fix concurrent issue of StorageSetOrJoin.
|
2018-08-08 06:54:56 +03:00 |
|
Alexey Milovidov
|
e0dc0ccaff
|
Removed misleading message [#CLICKHOUSE-2]
|
2018-08-08 06:03:26 +03:00 |
|
Alexey Milovidov
|
bec5a85030
|
Fixed test #2813
|
2018-08-08 05:11:16 +03:00 |
|
Alexey Milovidov
|
a693258169
|
Removed merging "config.d" files to every configs. "config.d" is only for "config.xml", users.d for users.xml, etc. Only "conf.d" is used for all configs. [#CLICKHOUSE-2]
|
2018-08-08 03:58:24 +03:00 |
|
Alexey Milovidov
|
5860838776
|
Fixed inconsistency and bad style #1652
|
2018-08-08 03:12:40 +03:00 |
|
Alexey Milovidov
|
1082619320
|
Added test #2813
|
2018-08-08 03:10:01 +03:00 |
|
Alexey Milovidov
|
e99a24c12c
|
Fixed test #2813
|
2018-08-08 03:07:40 +03:00 |
|
alexey-milovidov
|
b1d70c125f
|
Update 00685_output_format_json_escape_forward_slashes.sql
|
2018-08-08 02:35:32 +03:00 |
|
Alex Bocharov
|
e8d4654419
|
Remove FormatSettings default value for writeJSONString and add tests for output_format_json_escape_forward_slashes.
|
2018-08-08 02:35:32 +03:00 |
|
alexey-milovidov
|
4e7b2927dd
|
Update Settings.h
|
2018-08-08 02:35:32 +03:00 |
|
alexey-milovidov
|
0a4d07b995
|
Update WriteHelpers.h
|
2018-08-08 02:35:32 +03:00 |
|
alexey-milovidov
|
bc16e8ca69
|
Update FormatSettings.h
|
2018-08-08 02:35:32 +03:00 |
|
alexey-milovidov
|
31cff11fee
|
Update FormatFactory.cpp
|
2018-08-08 02:35:32 +03:00 |
|
alexey-milovidov
|
03727012a6
|
Update Settings.h
|
2018-08-08 02:35:32 +03:00 |
|
Alex Bocharov
|
a8818bb8af
|
Add output_format_json_escape_slashes setting - controls escaping slashes for string outputs in JSON output format.
|
2018-08-08 02:35:32 +03:00 |
|
alesapin
|
dd01eb6b40
|
CLICKHOUSE-3878: Add odbc-bridge first version
|
2018-08-07 20:57:44 +03:00 |
|
Alexey Milovidov
|
d1a548638f
|
Imported stateful tests (without data) [#CLICKHOUSE-3]
|
2018-08-07 20:10:03 +03:00 |
|
Alexey Milovidov
|
3021852383
|
Imported stateful tests (without data) [#CLICKHOUSE-3]
|
2018-08-07 20:08:51 +03:00 |
|
chertus
|
8fde28deda
|
issues-2813 return error code to OS on query processing error
|
2018-08-07 13:55:39 +03:00 |
|
alexey-milovidov
|
1d7e4a439c
|
Merge pull request #2791 from CurtizJ/CLICKHOUSE-3785
CLICKHOUSE-3785 add murmurHash3, update FunctionStringHash template.
|
2018-08-07 00:21:43 +03:00 |
|
Anton Popov
|
0d5c3b7967
|
Update 00678_murmurhash.sql
|
2018-08-06 23:53:28 +03:00 |
|
Anton Popov
|
0f2aceba02
|
Update 00678_murmurhash.reference
|
2018-08-06 23:52:56 +03:00 |
|
Alexey Milovidov
|
387e68b106
|
Better order of linking [#CLICKHOUSE-2]
|
2018-08-06 23:12:55 +03:00 |
|
Alexey Milovidov
|
705cce48f0
|
Removed misleading comment [#CLICKHOUSE-3]
|
2018-08-06 23:07:50 +03:00 |
|
Alexey Milovidov
|
9975960d77
|
Added max_partition_size_to_drop to config #2782
|
2018-08-06 20:23:27 +03:00 |
|
alexey-milovidov
|
0ef2a94d46
|
Merge pull request #2782 from VadimPE/CLICKHOUSE-3714
CLICKHOUSE-3714 add max_partition_size_to_drop
|
2018-08-06 20:20:59 +03:00 |
|
alexey-milovidov
|
72af99fdd5
|
Merge pull request #2814 from alesapin/master
Fix REPLACE PARTITION logic inside replicated merge tree
|
2018-08-06 20:18:30 +03:00 |
|
alexey-milovidov
|
aa4b2b1782
|
Update ReplicatedMergeTreeQueue.h
|
2018-08-06 20:18:11 +03:00 |
|
alexey-milovidov
|
38c2b2c8ab
|
Update FunctionsHashing.h
|
2018-08-06 20:04:32 +03:00 |
|
alexey-milovidov
|
4bfbe80d4f
|
Update MergedBlockOutputStream.cpp
|
2018-08-06 19:54:00 +03:00 |
|
Alexey Zatelepin
|
72c4d8f064
|
add assert that MinMax index is correctly initialized [#CLICKHOUSE-3879]
|
2018-08-06 19:54:00 +03:00 |
|
Alexey Zatelepin
|
6d7c1cfaa4
|
add test that empty parts correctly merge to an empty part [#CLICKHOUSE-3879]
|
2018-08-06 19:54:00 +03:00 |
|
Alexey Zatelepin
|
1f2d4f90b9
|
allow empty parts after merge for Summing, Collapsing and VersionedCollapsing engines [#CLICKHOUSE-3879]
|
2018-08-06 19:54:00 +03:00 |
|
alesapin
|
134da31177
|
CLICKHOUSE-3880: Fix comment
|
2018-08-06 16:18:52 +03:00 |
|
alesapin
|
425918afe1
|
CLICKHOUSE-3880: Fix replace partition logic inside replicated merge tree
|
2018-08-06 15:59:51 +03:00 |
|