aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/mysql/model.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/mysql/model.cxx')
-rw-r--r--odb/relational/mysql/model.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx
index 11ca157..a210c13 100644
--- a/odb/relational/mysql/model.cxx
+++ b/odb/relational/mysql/model.cxx
@@ -35,7 +35,7 @@ namespace relational
{
// Make sure the column is mapped to an ENUM or integer type.
//
- sql_type const& t (parse_sql_type (column_type (), m));
+ sql_type const& t (parse_sql_type (column_type (), m, false));
switch (t.type)
{