From 15c1e5566f7ad8448985ca6e52805ceb4ec389a8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 24 May 2021 01:01:30 +0100 Subject: Basic support for queries with bound parameters Bit of a reshuffle to make the types not DB specific, add some basic tests over query execution, no selects yet and no validation anything is actually right. --- lib/row.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/row.cpp') diff --git a/lib/row.cpp b/lib/row.cpp index 65ac591..9d81906 100644 --- a/lib/row.cpp +++ b/lib/row.cpp @@ -1,6 +1,7 @@ #include "row.h" #include "bitset.h" #include "mariadb_repl.h" +#include "mysql_types.h" #include "rawDataReader.h" #include #include -- cgit v1.2.3