ClickHouse/dbms/src/Parsers
2015-07-13 18:02:29 +03:00
..
tests Revert "dbms: improvement (incomplete) [#METR-16164]." 2015-05-03 12:13:08 +03:00
ASTLiteral.cpp dbms: addition to prev. revision [#METR-17061]. 2015-06-29 08:48:08 +03:00
ASTSelectQuery.cpp dbms: Server: Cosmetic changes that make easier to read, understand, and maintain the code that handles UNION ALL. [#METR-14099] 2015-07-13 18:02:29 +03:00
ExpressionElementParsers.cpp dbms: improved performance of query parsing and analyzing with very long arrays [#METR-17061]. 2015-06-29 07:54:52 +03:00
ExpressionListParsers.cpp dbms: allowed more easily to specify cluster name with hyphens [#METR-16610]. 2015-06-05 23:04:54 +03:00
formatAST.cpp dbms: added optional section SETTINGS to SELECT query [#METR-16354]. 2015-06-06 00:28:04 +03:00
IParserBase.cpp dbms: added missing file [#METR-15933]. 2015-04-14 05:11:59 +03:00
parseQuery.cpp dbms: fixed tiny error [#METR-15933]. 2015-06-06 22:59:16 +03:00
ParserAlterQuery.cpp dbms: implement alter table detach unreplicated partition [#MTRSADMIN-1093] 2015-06-22 21:24:02 +03:00
ParserCheckQuery.cpp dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserCreateQuery.cpp dbms: removed useless code [#METR-2944]. 2015-04-14 05:55:59 +03:00
ParserDropQuery.cpp dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserInsertQuery.cpp dbms: allowed whitespaces in column list in INSERT query [#METR-16341]. 2015-05-18 23:22:23 +03:00
ParserJoin.cpp dbms: preparation for FULL and RIGHT JOINs [#METR-15418]. 2015-04-17 11:46:06 +03:00
ParserOptimizeQuery.cpp dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserQuery.cpp dbms: little better [#METR-15933]. 2015-04-14 04:39:30 +03:00
ParserRenameQuery.cpp dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserSelectQuery.cpp dbms: Server: Correctly handle backward linking of SELECT queries inside UNION ALL. [#METR-16778] 2015-07-11 03:44:45 +03:00
ParserSetQuery.cpp dbms: added optional section SETTINGS to SELECT query [#METR-16354]. 2015-06-06 00:28:04 +03:00
ParserShowTablesQuery.cpp dbms: removed useless code [#METR-2944]. 2015-04-14 05:55:59 +03:00
ParserTablePropertiesQuery.cpp dbms: removed useless code [#METR-2944]. 2015-04-14 05:55:59 +03:00
queryToString.cpp Merge 2014-11-12 13:37:47 +03:00