]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#853, !26-p] Update MySQL CB SQL statements
authorThomas Markwalder <tmark@isc.org>
Fri, 23 Aug 2019 14:45:02 +0000 (10:45 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 26 Aug 2019 13:39:05 +0000 (09:39 -0400)
src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
    Changed column names to is_array

src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h

index 47335610238bdc2ed37fe16404ea7a93bff6c2bd..0122556371d26f00587743a08b2c0f1da0e2d69f 100644 (file)
@@ -540,7 +540,7 @@ namespace {
     "  d.space," \
     "  d.type," \
     "  d.modification_ts," \
-    "  d.array," \
+    "  d.is_array," \
     "  d.encapsulate," \
     "  d.record_types," \
     "  d.user_context," \
@@ -697,7 +697,7 @@ namespace {
     "  space," \
     "  type," \
     "  modification_ts," \
-    "  array," \
+    "  is_array," \
     "  encapsulate," \
     "  record_types," \
     "  user_context" \
@@ -783,7 +783,7 @@ namespace {
     "  d.space = ?," \
     "  d.type = ?," \
     "  d.modification_ts = ?," \
-    "  d.array = ?," \
+    "  d.is_array = ?," \
     "  d.encapsulate = ?," \
     "  d.record_types = ?," \
     "  d.user_context = ? " \