mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-05 18:59:21 -05:00
Can extract parameters from expression
This commit is contained in:
@@ -41,6 +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 _parameters = std::tuple<ValueType, Pattern>;
|
||||
|
||||
struct _value_type: public ValueType::_base_value_type // we requite fully defined boolean here
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user