From 2d1104b1e3cfbf394981c39d8828598599dee5d6 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 21 Apr 2011 09:19:17 +0200 Subject: Add qt/container implementation --- odb/qt/basic/sqlite/default-mapping.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/basic/sqlite') 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") -- cgit v1.1