0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
Roland Bock 161da75723 Stripped a lot of superfluouos type information from result rows.
Moved member template into name class to utilize the fact the class
aliases are really just aliases.
This makes the code leaner in many cases and less complex for the compiler
(I guess). It also has the benefit, that the field name is available as
string in the result_rows. This might be useful for debugging one day.
2013-09-13 09:18:15 +02:00
..
CMakeLists.txt Renamed examples -> tests 2013-08-17 11:22:38 +02:00
InsertTest.cpp Renamed examples -> tests 2013-08-17 11:22:38 +02:00
RemoveTest.cpp Renamed examples -> tests 2013-08-17 11:22:38 +02:00
SelectTest.cpp Stripped a lot of superfluouos type information from result rows. 2013-09-13 09:18:15 +02:00
TabSample.h Stripped a lot of superfluouos type information from result rows. 2013-09-13 09:18:15 +02:00
UpdateTest.cpp Renamed examples -> tests 2013-08-17 11:22:38 +02:00