Can extract parameters from expression

This commit is contained in:
Roland Bock
2013-11-22 09:42:28 +01:00
parent 1aa67c6604
commit 8f99a03359
12 changed files with 136 additions and 6 deletions
+1
View File
@@ -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
{