aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic/oracle/default-mapping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/basic/oracle/default-mapping.hxx')
-rw-r--r--odb/qt/basic/oracle/default-mapping.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/basic/oracle/default-mapping.hxx b/odb/qt/basic/oracle/default-mapping.hxx
index 1fe6de0..5194b5e 100644
--- a/odb/qt/basic/oracle/default-mapping.hxx
+++ b/odb/qt/basic/oracle/default-mapping.hxx
@@ -14,9 +14,9 @@
//
#pragma db value(QString) type("VARCHAR2(4000)") null
-// Map QByteArray to Oracle RAW by default. Allow NULL values by default as
+// Map QByteArray to Oracle BLOB by default. Allow NULL values by default as
// QByteArray provides a null representation.
//
-#pragma db value(QByteArray) type("RAW(2000)") null
+#pragma db value(QByteArray) type("BLOB") null
#endif // ODB_QT_BASIC_ORACLE_DEFAULT_MAPPING_HXX