mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
61a4797d0b
Instead of multi_column(alias, columns...) it is now multi_column(columns...).as(alias) Also, you can now write: all_of(table).as(alias) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FunctionTest.cpp | ||
InsertTest.cpp | ||
InterpretTest.cpp | ||
is_regular.h | ||
MockDb.h | ||
PreparedTest.cpp | ||
RemoveTest.cpp | ||
sample.sql | ||
SelectTest.cpp | ||
UpdateTest.cpp |