ClickHouse/dbms/src/Parsers
Alexey Arno a3ea32b985 Merge
2016-01-21 19:30:05 +03:00
..
tests Revert "dbms: improvement (incomplete) [#METR-16164]." 2015-05-03 12:13:08 +03:00
ASTAlterQuery.cpp Merge 2016-01-21 19:30:05 +03:00
ASTFunction.cpp dbms: allow conversion of most types to enum (not enum to enum though)[#METR-19265] 2015-12-25 17:45:58 +03:00
ASTIdentifier.cpp dbms: better handling of compound identifiers [#METR-18692]. 2015-11-08 04:29:37 +03:00
ASTLiteral.cpp dbms: added support for different numeric types in function has [#METR-18382]. 2015-10-12 10:05:54 +03:00
ASTSampleRatio.cpp dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847]. 2015-11-20 00:34:53 +03:00
ASTSelectQuery.cpp dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
ASTWithAlias.cpp dbms: addition to prev. revision [#METR-17606]. 2015-08-07 02:46:15 +03:00
ExpressionElementParsers.cpp Merge 2016-01-21 19:30:05 +03:00
ExpressionListParsers.cpp dbms: allow type in CAST(expression AS type) without back quotes [#METR-19265] 2015-12-25 15:06:17 +03:00
formatAST.cpp dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00
IAST.cpp dbms: Server: Compilation fix for some older versions of g++. [#METR-17668] 2015-09-18 18:53:48 +03:00
IParserBase.cpp dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
parseQuery.cpp dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
ParserAlterQuery.cpp Merge 2016-01-21 19:30:05 +03:00
ParserCheckQuery.cpp Merge 2015-10-21 17:57:10 +03:00
ParserCreateQuery.cpp dbms: allow type in CAST(expression AS type) without back quotes [#METR-19265] 2015-12-25 15:06:17 +03:00
ParserDropQuery.cpp dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserInsertQuery.cpp dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
ParserJoin.cpp dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +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
ParserQueryWithOutput.cpp dbms: Server: Code cleanup [#METR-16213] 2015-10-21 18:04:20 +03:00
ParserRenameQuery.cpp dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserSampleRatio.cpp dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847]. 2015-11-20 00:34:53 +03:00
ParserSelectQuery.cpp dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847]. 2015-11-20 00:34:53 +03:00
ParserSetQuery.cpp dbms: added optional section SETTINGS to SELECT query [#METR-16354]. 2015-06-06 00:28:04 +03:00
ParserShowTablesQuery.cpp Merge 2015-10-21 17:57:10 +03:00
ParserTablePropertiesQuery.cpp Merge 2015-10-21 17:57:10 +03:00
queryToString.cpp Merge 2014-11-12 13:37:47 +03:00