summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlsqldatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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