summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlsqldatabase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-291-16/+16
|
* typoWarwick Allison2009-10-201-1/+1
| | | | QT-2335
* docWarwick Allison2009-10-201-0/+4
| | | | Record current DB type in INI for future extensibility.
* More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-241-6/+112
|
* Fix Windows compile.Warwick Allison2009-09-181-6/+0
|
* Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-181-40/+1
|
* Compile on windowsYann Bodson2009-09-171-0/+1
|
* Changed the use of QString::utf8() to QString::toUtf8() to make itErik Verbruggen2009-09-161-2/+2
| | | | compile without QT3_SUPPORT.
* Fix compilation on LinuxKai Koehne2009-09-161-1/+0
| | | | qmlsqldatabase.moc is not created any more
* Better SQL database performance / memory usage.Warwick Allison2009-09-161-12/+88
| | | | | Rows accessible incrementally. Rows.forwardOnly for optimization.
* Remove unnecessary use of QObjectsWarwick Allison2009-09-161-106/+75
| | | | QSqlDatabase is a shared copyable type anyway, so easy to use as QScriptValue variant.
* Basic first-working SQL database interface.Warwick Allison2009-09-161-0/+259
A simple Qt-based implementation of HTML5 SQL local storage databases.