aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic/sqlite/default-mapping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/basic/sqlite/default-mapping.hxx')
-rw-r--r--odb/qt/basic/sqlite/default-mapping.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/basic/sqlite/default-mapping.hxx b/odb/qt/basic/sqlite/default-mapping.hxx
index ea8108e..7211700 100644
--- a/odb/qt/basic/sqlite/default-mapping.hxx
+++ b/odb/qt/basic/sqlite/default-mapping.hxx
@@ -14,7 +14,7 @@
//
#pragma db value(QString) type("TEXT")
-// Map QByteArray to SQLite TEXT by default. Allow NULL values by default as
+// Map QByteArray to SQLite BLOB by default. Allow NULL values by default as
// QByteArray provides a null representation.
//
#pragma db value(QByteArray) type("BLOB")