0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
rbock 815c061979 Added extra_tables to select.
With this method you can indicate additional tables that might be added
via add_from(). These tables are considered in the add_column, add
where, etc methods.
2014-04-21 10:59:29 +02:00
..
CMakeLists.txt Added executed select tests 2014-03-18 08:28:17 +01:00
FunctionTest.cpp Improved checks for selects being usable as value or table 2014-04-18 19:59:35 +02:00
InsertTest.cpp Updates copyright year 2014-03-27 16:43:36 +01:00
InterpretTest.cpp Updates copyright year 2014-03-27 16:43:36 +01:00
is_regular.h Updates copyright year 2014-03-27 16:43:36 +01:00
MockDb.h Updates copyright year 2014-03-27 16:43:36 +01:00
PreparedTest.cpp Updates copyright year 2014-03-27 16:43:36 +01:00
RemoveTest.cpp Updates copyright year 2014-03-27 16:43:36 +01:00
sample.sql Updates copyright year 2014-03-27 16:43:36 +01:00
SelectTest.cpp Added extra_tables to select. 2014-04-21 10:59:29 +02:00
SelectTypeTest.cpp Improved checks for selects being usable as value or table 2014-04-18 19:59:35 +02:00
UpdateTest.cpp Updates copyright year 2014-03-27 16:43:36 +01:00