summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-111-6/+1
* Print exceptions generated in SQL callback functions.Michael Brasser2009-12-151-1/+5
* undebugWarwick Allison2009-12-081-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-061-1/+1
|\
| * small cleanupThierry Bastian2009-12-041-1/+1
* | Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-041-4/+8
|/
* undebugWarwick Allison2009-12-041-1/+0
* Prevent call to executeSql outside transaction (eg. if arg kept).Warwick Allison2009-12-041-0/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-031-5/+7
|\
| * fix includesOswald Buddenhagen2009-12-031-5/+7
* | More detailed error message.Warwick Allison2009-12-031-2/+3
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
* Remove include styles that rely on configure.Warwick Allison2009-12-011-3/+3
* unwarnWarwick Allison2009-11-301-2/+2
* Check version for cached DB too.Warwick Allison2009-11-201-0/+2
* More SQL tests.Warwick Allison2009-11-201-114/+13
* Clean-up SQL tests to not be order-dependentWarwick Allison2009-11-191-4/+14
* Fix for empty query results.Warwick Allison2009-11-191-2/+5
* Don't make assumptions about when SQLITE creates database files.Warwick Allison2009-11-181-2/+2
* Update SQL database support to current HTML5 specification.Warwick Allison2009-11-181-58/+187
* Fix binding (it should be resulted to arrays, since SQL and JS are not)Warwick Allison2009-11-171-2/+2
* Use QDir::separator() and follow no-trailing-slash convention.Warwick Allison2009-11-161-1/+2
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* fix headersWarwick Allison2009-10-291-16/+16
* typoWarwick Allison2009-10-201-1/+1
* docWarwick Allison2009-10-201-0/+4
* 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
* Fix compilation on LinuxKai Koehne2009-09-161-1/+0
* Better SQL database performance / memory usage.Warwick Allison2009-09-161-12/+88
* Remove unnecessary use of QObjectsWarwick Allison2009-09-161-106/+75
* Basic first-working SQL database interface.Warwick Allison2009-09-161-0/+259