0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/tests
rbock bbe933f943 count is the first auto-aliased function
If used in an expression, count does not have an alias.
If used as a field in a select, it does have an alias.
2015-07-05 11:08:13 +02:00
..
BooleanExpression.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
CMakeLists.txt count is the first auto-aliased function 2015-07-05 11:08:13 +02:00
CustomQuery.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Function.cpp Fixed tests (prevent two tests from being executed with MockDb) 2015-05-30 16:44:10 +02:00
Insert.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Interpret.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
is_regular.h Adjusted license dates 2015-02-15 19:00:21 +01:00
Minimalistic.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
MockDb.h Fixed warnings about unused parameters 2015-05-30 16:19:23 +02:00
Prepared.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Remove.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Result.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Sample.h Revert "Replaced char[] with char[<sizeof>] to please MSVC 2015" 2015-06-01 22:12:32 +02:00
sample.sql Adjusted license dates 2015-02-15 19:00:21 +01:00
Select.cpp count is the first auto-aliased function 2015-07-05 11:08:13 +02:00
SelectType.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Union.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
Update.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00
With.cpp build a combined executable for all tests 2015-05-29 21:20:15 +02:00