ClickHouse/programs/local
Azat Khuzhin fa6090f588 Fix processing initial table (--table/stdin) in clickhouse-local
This patch will:
- fix the issue when table had been tried to create multiple times for
  --queries-files
- create these table for --interactive mode (before it works only if you
  had some queries already, i.e. when it run interactive after
  non-interactive)

This will also make ClientBase interface a little bit cleaner, by
removing one abstract method getQueryTextPrefix()
2021-12-10 22:08:03 +03:00
..
clickhouse-local.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt More comments and style 2021-12-06 21:34:52 +00:00
LocalServer.cpp Fix processing initial table (--table/stdin) in clickhouse-local 2021-12-10 22:08:03 +03:00
LocalServer.h Fix processing initial table (--table/stdin) in clickhouse-local 2021-12-10 22:08:03 +03:00