dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2011-11-03 20:31:02 +00:00
parent a5c139c325
commit 1d6b53f9c7

View File

@ -119,7 +119,7 @@ int main(int argc, char ** argv)
(*context.functions)["xor"] = new DB::FunctionXor;
(*context.functions)["not"] = new DB::FunctionNot;
*/
context.columns = names_and_types_list;
context.columns = *names_and_types_list;
DB::ParserSelectQuery parser;
DB::ASTPtr ast;