More function tests and a few corrections for names and return types

This commit is contained in:
Roland Bock
2013-11-07 15:06:13 +01:00
parent 9d94f6770b
commit 813549690e
9 changed files with 231 additions and 48 deletions

View File

@@ -69,6 +69,8 @@ namespace sqlpp
static constexpr bool _supports_exists = true;
static constexpr bool _supports_like = true;
static constexpr bool _supports_in = true;
static constexpr bool _supports_is_null = true;
static constexpr bool _supports_is_not_null = true;
static constexpr bool _supports_max = true;
static constexpr bool _supports_min = true;
static constexpr bool _supports_not_in = true;