Alexey Milovidov
|
3fef8e92ad
|
Merging CONSTRAINTS support
|
2019-08-25 00:20:20 +03:00 |
|
Ivan Lezhankin
|
9f01fa7aaa
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
|
Alexey Zatelepin
|
304c67da99
|
Merge branch 'master' into fix-add-materialized-column-after
Conflicts:
dbms/src/Interpreters/InterpreterCreateQuery.cpp
dbms/src/Interpreters/InterpreterDescribeQuery.cpp
dbms/src/Interpreters/interpretSubquery.cpp
dbms/src/Storages/ColumnsDescription.cpp
|
2019-03-17 00:46:53 +03:00 |
|
Ivan Lezhankin
|
61954d855d
|
More reverts
|
2019-03-15 20:09:14 +03:00 |
|
Alexey Zatelepin
|
b5a0a3fa23
|
store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101]
|
2019-03-15 19:37:52 +03:00 |
|
Ivan Lezhankin
|
d1ead22073
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
|
Ivan Lezhankin
|
a7e838e328
|
Replace all other casts to method IAST::As<Derived>
Also remove some redundant methods like IsIdentifier() et. al.
|
2019-03-11 15:49:39 +03:00 |
|
Vitaly Baranov
|
37e726c311
|
IStorageURLBase::getReadURIParams() and IStorageURLBase::getReadPOSTDataCallback() functions, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:17 +03:00 |
|
Vitaly Baranov
|
309df832ec
|
IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t.
|
2019-02-19 14:56:08 +03:00 |
|
Alexey Milovidov
|
58a6accee5
|
Updated test #4246
|
2019-02-10 19:55:12 +03:00 |
|
alesapin
|
1e879850bb
|
Kill odbc-bridge with clickhouse-server
|
2018-11-22 18:59:00 +03:00 |
|
alesapin
|
8591038748
|
Fix style and clang build
|
2018-10-10 11:38:54 +03:00 |
|
Alexandr Krasheninnikov
|
c7fee9374c
|
fix formatting errors according code review
|
2018-10-03 13:44:43 +03:00 |
|
Alexander Krasheninnikov
|
ceea4b9b33
|
New bridge interaction, quote identifier via api
|
2018-09-28 05:46:33 +03:00 |
|
Alexandr Krasheninnikov
|
4b431264db
|
Implement quote getter from ODBC
|
2018-09-27 18:23:42 +03:00 |
|
Alexandr Krasheninnikov
|
647d1041f1
|
Implement jdbc/idbc bridge connectors
|
2018-09-25 17:29:44 +03:00 |
|