ClickHouse/dbms/src/Parsers
2014-02-28 17:28:42 +04:00
..
tests dbms: development [#CONV-2944]. 2011-08-28 00:31:30 +00:00
ExpressionElementParsers.cpp compound identifier parser to support '.' [#CONV-7967] 2013-07-16 15:26:35 +00:00
ExpressionListParsers.cpp clickhouse: parsing multiple infix AND and OR into a function call with more than two arguments; fixed handling of variadic and and or in virtual columns and PKCondition. [#METR-9599] 2014-02-13 11:05:51 +00:00
formatAST.cpp dbms: Fixed error with incorrect handling of weird case (column names with whitespaces) [#METR-10225]. 2014-02-26 23:50:04 +04:00
ParserAlterQuery.cpp dbms: fixed leak [#CONV-8383]. 2013-09-14 00:39:34 +00:00
ParserCreateQuery.cpp storages: support for CREATE MATERIALIZED VIEW IF NOT EXISTS [METR-9965] 2014-02-11 18:54:31 +00:00
ParserDropQuery.cpp dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +00:00
ParserInsertQuery.cpp dbms: Support columns in Insert query, bug-fix and Code Style fixes [#METR-8975] 2013-10-28 14:43:36 +00:00
ParserOptimizeQuery.cpp dbms: development [#CONV-2944]. 2012-07-31 19:08:49 +00:00
ParserQuery.cpp dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
ParserRenameQuery.cpp dbms: development [#CONV-2944]. 2012-06-18 06:19:13 +00:00
ParserSelectQuery.cpp table functions: refixed table function analyzation in expression analyzer [METR-9750] 2014-02-28 17:28:42 +04:00
ParserSetQuery.cpp dbms: development [#CONV-2944]. 2012-08-02 19:03:32 +00:00
ParserShowTablesQuery.cpp clickhouse: fixed show tables not like [#CONV-7444]. 2013-06-14 19:07:35 +00:00
ParserTablePropertiesQuery.cpp dbms: make "TABLE" to be an optional parameter for DESC, SHOW CREATE, EXISTS[#CONV-8911] 2013-10-21 13:52:44 +00:00