ClickHouse/dbms/tests/queries
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
..
0_stateless ParserCreateQuery: allow ATTACH TABLE x shorthand statement 2017-10-21 13:38:39 -07:00
.gitignore Merged server, client and local into single binary, more args for local mode. 2016-11-09 22:06:29 +03:00
shell_config.sh Improve tests: allow redefine some values (clickhouse path, ports, ...) 2017-10-12 22:48:39 +03:00