Robert Schulze
|
97281203b8
|
Don't access static members through instance, pt. II
clang-tidy rightfully complains
(-readability-static-accessed-through-instance) that static member
functions are accessed through non-static members
|
2024-04-07 11:09:35 +00:00 |
|
vdimir
|
e693418f63
|
Fix crash in index definition containing sql udf
|
2024-04-03 10:45:45 +00:00 |
|
Raúl Marín
|
de855ca917
|
Reduce header dependencies
|
2024-03-19 17:04:29 +01:00 |
|
Bharat Nallan
|
ee37f551a2
|
independent registration of interpreters (#58443)
* make interpreter factory an instance
* add registerInterpreter
* register interpreters individually
* try wire everything up
* fix style
* fix test
|
2024-01-08 22:33:48 -08:00 |
|
Alexander Tokmakov
|
e4a831be17
|
normalize function names in CREATE INDEX
|
2023-12-15 17:40:03 +01:00 |
|
Yatsishin Ilya
|
6ad8c450ad
|
style
|
2023-07-19 15:03:48 +00:00 |
|
Yatsishin Ilya
|
b9b3222c6e
|
Add support for CREATE UNIQUE INDEX systax in parser. No UNIQUE index created.
|
2023-07-19 12:23:39 +00:00 |
|
Yatsishin Ilya
|
31806d0b6c
|
no style
|
2023-07-12 11:14:49 +00:00 |
|
Yatsishin Ilya
|
3bd9c57a8c
|
allow to ignore CREATE INDEX query for better SQL syntax compatibility
|
2023-07-12 09:29:36 +00:00 |
|
Alexander Tokmakov
|
65474830ac
|
make tryEnqueueReplicatedDDL virtual
|
2022-09-16 16:25:32 +02:00 |
|
Alexander Tokmakov
|
03c193ccca
|
fix ON CLUSTER with Replicated database cluster
|
2022-09-15 21:15:57 +02:00 |
|
Maksim Kita
|
8177608860
|
SQL create drop index fix formatting
|
2022-07-01 22:35:20 +02:00 |
|
Maksim Kita
|
eeae73e0cf
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
|
jianmei zhang
|
8d49aa4697
|
Support sql standard drop index in seprate parser files
|
2022-06-29 11:08:05 +08:00 |
|
jianmei zhang
|
589cba8045
|
Support sql standard create index in seprate parser files
|
2022-06-29 11:08:05 +08:00 |
|