summary refs log tree commit diff stats
path: root/lib/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/query.h')
-rw-r--r--lib/query.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/query.h b/lib/query.h index 75651f6..0f490ed 100644 --- a/lib/query.h +++ b/lib/query.h
@@ -81,6 +81,11 @@ namespace verbly {
81 { 81 {
82 throw std::logic_error("Cannot use invalid bindings"); 82 throw std::logic_error("Cannot use invalid bindings");
83 } 83 }
84
85 case binding::type::field:
86 {
87 throw std::logic_error("Compare field binding made it past statement generation");
88 }
84 } 89 }
85 90
86 i++; 91 i++;