aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-21 09:19:17 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 14:40:25 +0200
commit2d1104b1e3cfbf394981c39d8828598599dee5d6 (patch)
treeaaa9fdf87e9af2d15831b80c0c76c3ff3641c892 /odb/qt/basic
parent7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 (diff)
Add qt/container implementation
Diffstat (limited to 'odb/qt/basic')
-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")