Fixed serializability of statements

This commit is contained in:
rbock
2014-06-09 14:06:04 +02:00
parent 79aa358624
commit f8e0e90477
12 changed files with 228 additions and 127 deletions

View File

@@ -85,6 +85,9 @@ int main()
int64_t a = row.alpha;
}
printer.reset();
std::cerr << serialize(s, printer).str() << std::endl;
auto X = select(all_of(t)).from(t).as(t.alpha);
return 0;