0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
rbock fa18ce5476 interpret works for insert now
Also added explicit .default_values() method
2014-01-13 23:05:48 +01:00
..
CMakeLists.txt Started to switch from member serialize -> non-member interpret 2014-01-11 00:11:47 +01:00
FunctionTest.cpp select now collects parameters from Where and Having 2013-11-26 23:45:31 +01:00
InsertTest.cpp Added a few more type tests. 2013-11-10 18:03:39 +01:00
InterpretTest.cpp interpret works for insert now 2014-01-13 23:05:48 +01:00
is_regular.h Added verbatim table 2013-11-16 23:19:37 +01:00
MockDb.h Continued to implement standard serializing interpreters 2014-01-11 21:51:57 +01:00
PreparedTest.cpp Added static assert to prevent automatic rivial->null conversion to happen in where/having 2014-01-05 13:29:08 +01:00
RemoveTest.cpp Added a few more type tests. 2013-11-10 18:03:39 +01:00
SelectTest.cpp Refactored of result and result row (clearer structure depending on connectors) 2013-12-17 22:12:13 +01:00
TabSample.h interpreter for from() 2014-01-12 15:45:50 +01:00
UpdateTest.cpp Added a few more type tests. 2013-11-10 18:03:39 +01:00