0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
rbock 312e735d6d Moved a bunch of things into namespace vendor
This namespace is for things the developer will not get in touch with
(normally) but the vendor might need to use for specialization of the
interpreter.

This separation is not fully completed yet, some changes will have to
follow...
2014-01-18 15:50:16 +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 Moved a bunch of things into namespace vendor 2014-01-18 15:50:16 +01:00
is_regular.h Added verbatim table 2013-11-16 23:19:37 +01:00
MockDb.h Added missing interpreter specializations, especially for serializable 2014-01-17 09:56:35 +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