From: Alan Alpert Date: Wed, 11 May 2011 07:53:22 +0000 (+1000) Subject: Augment Documentation X-Git-Tag: qt-v5.0.0-alpha1~2170^2~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f43fa543d6f31e6e6905580a460021596560fb5;p=profile%2Fivi%2Fqtdeclarative.git Augment Documentation Task-number: QTBUG-18235 --- diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index 85a3a25..5847001 100644 --- a/doc/src/declarative/globalobject.qdoc +++ b/doc/src/declarative/globalobject.qdoc @@ -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