From de2c8708db7f201a1cdfc879db69b69abf49f2a3 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 23 Aug 2019 10:45:02 -0400 Subject: [PATCH] [#853, !26-p] Update MySQL CB SQL statements 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h b/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h index 4733561023..0122556371 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h +++ b/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h @@ -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 = ? " \ -- 2.47.2