mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 20:50:34 -06:00
Started to move statement-specific methods into the result provider classes
First method is: select_t::as()
This commit is contained in:
@@ -10,8 +10,8 @@ endmacro ()
|
||||
#build_and_run(InsertTest)
|
||||
#build_and_run(RemoveTest)
|
||||
#build_and_run(UpdateTest)
|
||||
#build_and_run(SelectTest)
|
||||
build_and_run(SelectTypeTest)
|
||||
build_and_run(SelectTest)
|
||||
#build_and_run(SelectTypeTest)
|
||||
#build_and_run(FunctionTest)
|
||||
#build_and_run(PreparedTest)
|
||||
|
||||
|
||||
@@ -83,5 +83,8 @@ int main()
|
||||
int64_t a = row.alpha;
|
||||
}
|
||||
|
||||
|
||||
auto X = select(all_of(t)).from(t).as(t.alpha);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user