ClickHouse/programs
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
..
bash-completion Add ability to push down LIMIT for distributed queries 2021-06-09 02:29:50 +03:00
benchmark Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
client Fix possible crash in fuzzer 2021-12-08 21:29:50 +03:00
compressor Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
copier Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
extract-from-config add system.zookeeper_log 2021-07-09 17:05:35 +03:00
format More enhancements for query obfuscator 2021-10-03 05:56:32 +03:00
git-import Rename "common" to "base" 2021-10-02 10:13:14 +03:00
install Merge pull request #31802 from pkit/fix_setcap 2021-11-30 05:49:03 +03:00
keeper Fix default keeper port 2021-11-25 14:01:30 +03:00
keeper-converter Rename "common" to "base" 2021-10-02 10:13:14 +03:00
library-bridge Move some files. 2021-10-16 17:03:50 +03:00
local Fix processing initial table (--table/stdin) in clickhouse-local 2021-12-10 22:08:03 +03:00
obfuscator Move some files. 2021-10-16 17:03:50 +03:00
odbc-bridge Fix tests 2021-11-22 15:21:15 +03:00
server Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
static-files-disk-uploader Fix build 2021-09-13 09:53:38 +03:00
clickhouse-split-helper Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Creating only one binary, check compatibility 2021-10-07 21:01:36 +03:00
config_tools.h.in Fix build and add example 2021-08-28 20:35:51 +00:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Better 2021-12-06 18:27:06 +00:00