summaryrefslogtreecommitdiff
path: root/src/sql/kernel
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-08-31 15:07:12 +1000
committerBill King <bill.king@nokia.com>2009-08-31 15:08:42 +1000
commit8d636ab46ccfc3ab37083f947a7c184df47ddcb9 (patch)
tree371a126bd7fffd28c5810e984d05577381f0e56b /src/sql/kernel
parent6f1ff3ec69cc6365d61fccf80e97f9afa317395d (diff)
downloadqt4-tools-8d636ab46ccfc3ab37083f947a7c184df47ddcb9.tar.gz
Adds ability to open sqlite databases readonly.
Changes opening of sqlite to open_v2, and adds a new connection option. Reviewed-by: Justin McPherson
Diffstat (limited to 'src/sql/kernel')
-rw-r--r--src/sql/kernel/qsqldatabase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql/kernel/qsqldatabase.cpp b/src/sql/kernel/qsqldatabase.cpp
index d155c03a12..16bd05bbeb 100644
--- a/src/sql/kernel/qsqldatabase.cpp
+++ b/src/sql/kernel/qsqldatabase.cpp
@@ -1263,6 +1263,7 @@ QSqlRecord QSqlDatabase::record(const QString& tablename) const
\i
\list
\i QSQLITE_BUSY_TIMEOUT
+ \i QSQLITE_OPEN_READONLY
\endlist
\i