aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index fe9b533..50d47f2 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -178,7 +178,8 @@ struct view_query
enum kind_type
{
runtime,
- complete,
+ complete_select, // SELECT query.
+ complete_execute, // Stored procedure call.
condition
};