mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 12:40:40 -06:00
Turned value_type::parameter_t into a non-template
This commit is contained in:
@@ -41,7 +41,7 @@ namespace sqlpp
|
||||
{
|
||||
static_assert(is_text_t<Operand>::value, "Operand for like() has to be a text");
|
||||
static_assert(is_text_t<Pattern>::value, "Pattern for like() has to be a text");
|
||||
using _parameter_t = std::tuple<ValueType, Pattern>;
|
||||
using _parameter_tuple_t = std::tuple<ValueType, Pattern>;
|
||||
|
||||
struct _value_type: public ValueType::_base_value_type // we require fully defined boolean here
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user