0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
Roland Bock c59c8d9ba9 Reduced likelihood of mistakes in CRTP for tables.
Renaming serialize -> serialize_impl helped tracking down an error in
the connection implementation examples
2013-10-03 22:25:23 +02:00
..
CMakeLists.txt Renamed examples -> tests 2013-08-17 11:22:38 +02:00
InsertTest.cpp Dynamic methods of select, insert and co return *this now. 2013-10-03 20:53:55 +02:00
RemoveTest.cpp Dynamic methods of select, insert and co return *this now. 2013-10-03 20:53:55 +02:00
SelectTest.cpp Disabled select(tab). Use select(all_of(tab)) instead. 2013-10-03 21:36:50 +02:00
TabSample.h Reduced likelihood of mistakes in CRTP for tables. 2013-10-03 22:25:23 +02:00
UpdateTest.cpp Dynamic methods of select, insert and co return *this now. 2013-10-03 20:53:55 +02:00