mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-14 01:28:30 -06:00
Fixed serializability of statements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user