.. |
MySQL
|
Fix
|
2022-05-31 14:20:31 +02:00 |
PostgreSQL
|
Remove inherited create() method + disallow copying
|
2022-05-02 08:46:52 +02:00 |
SQLite
|
Remove inherited create() method + disallow copying
|
2022-05-02 08:46:52 +02:00 |
DatabaseAtomic.cpp
|
Merge pull request #36200 from ClickHouse/fix_create_as_replicated_default_args
|
2022-04-20 12:01:13 +03:00 |
DatabaseAtomic.h
|
do not unfold {uuid} macro
|
2022-04-13 16:51:59 +02:00 |
DatabaseDictionary.cpp
|
Remove inherited create() method + disallow copying
|
2022-05-02 08:46:52 +02:00 |
DatabaseDictionary.h
|
Make IDatabase::getTablesIterator() const.
|
2021-08-23 23:41:45 +03:00 |
DatabaseFactory.cpp
|
Settings changes as key value
|
2021-12-27 17:45:00 +03:00 |
DatabaseFactory.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
DatabaseLazy.cpp
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
DatabaseLazy.h
|
Drop support for DatabaseOrdinary in MaterializedMySQL
|
2021-11-18 11:46:51 +01:00 |
DatabaseMemory.cpp
|
Remove IF NOT EXISTS before storing create query in DatabaseMemory.
|
2022-06-15 20:32:34 +02:00 |
DatabaseMemory.h
|
Move backup/restore code to storages and databases - part 1.
|
2022-06-15 20:28:43 +02:00 |
DatabaseOnDisk.cpp
|
Fix tryGetCreateTableQuery() for system tables.
|
2022-06-15 20:32:34 +02:00 |
DatabaseOnDisk.h
|
do not unfold {uuid} macro
|
2022-04-13 16:51:59 +02:00 |
DatabaseOrdinary.cpp
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
DatabaseOrdinary.h
|
Move backup/restore code to storages and databases - part 1.
|
2022-06-15 20:28:43 +02:00 |
DatabaseReplicated.cpp
|
Fix style.
|
2022-06-19 15:58:26 +02:00 |
DatabaseReplicated.h
|
Refactoring of the code getting create table queries for backup.
|
2022-06-15 20:32:35 +02:00 |
DatabaseReplicatedHelpers.cpp
|
Use shard and replica name from Replicated database arguments (#31488)
|
2021-11-23 12:41:54 +03:00 |
DatabaseReplicatedHelpers.h
|
Use shard and replica name from Replicated database arguments (#31488)
|
2021-11-23 12:41:54 +03:00 |
DatabaseReplicatedSettings.cpp
|
review suggestions
|
2021-02-20 02:41:58 +03:00 |
DatabaseReplicatedSettings.h
|
Added an ability to specify cluster secret in replicated database (#35333)
|
2022-03-25 00:14:26 +01:00 |
DatabaseReplicatedWorker.cpp
|
fix sync database replica
|
2022-05-06 18:37:20 +02:00 |
DatabaseReplicatedWorker.h
|
Added SYSTEM SYNC DATABASE query (#35944)
|
2022-05-01 15:40:18 +02:00 |
DatabasesCommon.cpp
|
support CREATE EMPTY AS SELECT
|
2022-06-21 15:03:58 +02:00 |
DatabasesCommon.h
|
Fix style.
|
2022-06-19 15:58:26 +02:00 |
DDLDependencyVisitor.cpp
|
fix false-positive ciclyc dependency with XML dict
|
2021-12-06 16:35:43 +03:00 |
DDLDependencyVisitor.h
|
fix false-positive ciclyc dependency with XML dict
|
2021-12-06 16:35:43 +03:00 |
DDLRenamingVisitor.cpp
|
Fix clang-tidy more.
|
2022-06-20 11:04:37 +02:00 |
DDLRenamingVisitor.h
|
Fix storing temporary tables and skipping system tables while making a backup.
|
2022-06-15 20:32:34 +02:00 |
DictionaryAttachInfo.h
|
Show information about not loaded dictionaries in system.columns, system.tables
|
2020-04-18 12:50:54 +03:00 |
IDatabase.cpp
|
Fix style.
|
2022-06-19 15:58:26 +02:00 |
IDatabase.h
|
Refactoring of the code getting create table queries for backup.
|
2022-06-15 20:32:35 +02:00 |
TablesLoader.cpp
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
TablesLoader.h
|
support alter
|
2021-11-02 17:30:22 +03:00 |