From 03058a043ac50ec985b08e374e6e116774a5b970 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 30 Mar 2021 20:24:41 +0100 Subject: Convert SQL::Field to be a typedef of optional. --- src/modules/extra/m_sqlite3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_sqlite3.cpp') diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index cc8f0ef39..e233687c5 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -151,7 +151,7 @@ class SQLConn : public SQL::Provider { const char* txt = (const char*)sqlite3_column_text(stmt, i); if (txt) - res.fieldlists[res.rows][i] = SQL::Field(txt); + res.fieldlists[res.rows][i] = txt; } res.rows++; } -- cgit v1.3.1-10-gc9f91