.. |
ASTAlterQuery.h
|
Merge
|
2016-01-28 04:00:42 +03:00 |
ASTAsterisk.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTCheckQuery.h
|
dbms: Server: merged branch METR-16213 into master [#METR-16213]
|
2015-10-16 14:02:48 +03:00 |
ASTColumnDeclaration.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTCreateQuery.h
|
dbms: fixed error [#METR-17606].
|
2015-08-09 08:10:43 +03:00 |
ASTDropQuery.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTEnumElement.h
|
dbms: change underlying type of Enums to signed ints [#METR-19265]
|
2015-12-28 20:06:15 +03:00 |
ASTExpressionList.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTFunction.h
|
dbms: addition to prev. revision [#METR-17606].
|
2015-08-07 02:46:15 +03:00 |
ASTIdentifier.h
|
dbms: better handling of compound identifiers [#METR-18692].
|
2015-11-08 04:29:37 +03:00 |
ASTInsertQuery.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTJoin.h
|
dbms: fixed error; parsing 'ON' expression in JOINs [#METR-18692].
|
2015-11-08 05:42:33 +03:00 |
ASTLiteral.h
|
dbms: removed unused field [#METR-2944].
|
2015-12-24 21:35:01 +03:00 |
ASTNameTypePair.h
|
dbms: add basic support for types Enum8/16. [#METR-19265]
|
2015-12-21 16:15:21 +03:00 |
ASTOptimizeQuery.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTOrderByElement.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTQueryWithOutput.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
ASTQueryWithTableAndOutput.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
ASTRenameQuery.h
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
ASTSampleRatio.h
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
ASTSelectQuery.h
|
dbms: added support for SAMPLE ... OFFSET [#METR-18847].
|
2015-11-19 00:37:28 +03:00 |
ASTSet.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
ASTSetQuery.h
|
dbms: added support for different numeric types in function has [#METR-18382].
|
2015-10-12 10:05:54 +03:00 |
ASTShowProcesslistQuery.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
ASTShowTablesQuery.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
ASTSubquery.h
|
dbms: fixed error [#METR-17606].
|
2015-08-09 08:10:43 +03:00 |
ASTUseQuery.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
ASTWeightedZooKeeperPath.h
|
Merge
|
2016-01-28 04:00:27 +03:00 |
ASTWithAlias.h
|
dbms: addition to prev. revision [#METR-17606].
|
2015-08-07 02:46:15 +03:00 |
CommonParsers.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ExpressionElementParsers.h
|
Merge
|
2016-01-28 04:00:27 +03:00 |
ExpressionListParsers.h
|
dbms: allow type in CAST(expression AS type) without back quotes [#METR-19265]
|
2015-12-25 15:06:17 +03:00 |
formatAST.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
IAST.h
|
dbms: Server: Bug fix. [#METR-19860]
|
2016-02-02 14:49:57 +03:00 |
IParser.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
IParserBase.h
|
dbms: little better [#METR-15933].
|
2015-04-14 04:39:30 +03:00 |
parseQuery.h
|
dbms: fixed error with multiquery mode in Client [#METR-15975].
|
2015-04-14 23:46:34 +03:00 |
ParserAlterQuery.h
|
Merge
|
2016-01-28 04:00:27 +03:00 |
ParserCheckQuery.h
|
Merge
|
2015-10-21 17:57:10 +03:00 |
ParserCreateQuery.h
|
dbms: allow type in CAST(expression AS type) without back quotes [#METR-19265]
|
2015-12-25 15:06:17 +03:00 |
ParserDropQuery.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ParserEnumElement.h
|
dbms: change underlying type of Enums to signed ints [#METR-19265]
|
2015-12-28 20:06:15 +03:00 |
ParserInsertQuery.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ParserJoin.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ParserOptimizeQuery.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ParserQuery.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ParserQueryWithOutput.h
|
Merge
|
2015-10-21 17:57:10 +03:00 |
ParserRenameQuery.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
ParserSampleRatio.h
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
ParserSelectQuery.h
|
Merge
|
2015-10-21 17:57:10 +03:00 |
ParserSetQuery.h
|
dbms: added optional section SETTINGS to SELECT query [#METR-16354].
|
2015-06-06 00:28:04 +03:00 |
ParserShowProcesslistQuery.h
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
ParserShowTablesQuery.h
|
Merge
|
2015-10-21 17:57:10 +03:00 |
ParserTablePropertiesQuery.h
|
Merge
|
2015-10-21 17:57:10 +03:00 |
ParserUseQuery.h
|
dbms: better diagnostics on syntax error [#METR-15933].
|
2015-04-11 06:10:23 +03:00 |
queryToString.h
|
Merge
|
2014-11-12 13:37:47 +03:00 |
StringRange.h
|
Removed useless code [#METR-2807].
|
2014-04-08 10:51:53 +04:00 |
TablePropertiesQueriesASTs.h
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |