ClickHouse/dbms
Marek Vavruša 5f53df7dbe ParserCreateQuery: allow ATTACH TABLE x shorthand statement
Allow `ATTACH TABLE [db.]name` if the table was previously detached,
an the table structure can be read from disk. This makes reattaching
tables less cumbersome:

```
CREATE TABLE test.t (x UInt8) ENGINE = Null;
DETACH TABLE test.t;
ATTACH TABLE test.t;
```
2017-10-21 13:38:39 -07:00
..
benchmark Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
cmake Auto version update to [54300] 2017-10-16 13:49:50 +03:00
scripts Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
src ParserCreateQuery: allow ATTACH TABLE x shorthand statement 2017-10-21 13:38:39 -07:00
tests ParserCreateQuery: allow ATTACH TABLE x shorthand statement 2017-10-21 13:38:39 -07:00
CMakeLists.txt dbms: Fix build with clang after Poco update 2017-10-13 18:26:24 -07:00