Augment Documentation
authorAlan Alpert <alan.alpert@nokia.com>
Wed, 11 May 2011 07:53:22 +0000 (17:53 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Wed, 11 May 2011 07:53:22 +0000 (17:53 +1000)
Task-number: QTBUG-18235

doc/src/declarative/globalobject.qdoc

index 85a3a25..5847001 100644 (file)
@@ -128,6 +128,8 @@ These databases are user-specific and QML-specific, but accessible to all QML ap
 They are stored in the \c Databases subdirectory
 of QDeclarativeEngine::offlineStoragePath(), currently as SQLite databases.
 
+Database connections are automatically closed during Javascript garbage collection.
+
 The API can be used from JavaScript functions in your QML:
 
 \snippet declarative/sqllocalstorage/hello.qml 0