mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 20:50:34 -06:00
More function tests and a few corrections for names and return types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user