Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | typo | Warwick Allison | 2009-10-20 | 1 | -1/+1 |
| | | | | QT-2335 | ||||
* | doc | Warwick Allison | 2009-10-20 | 1 | -0/+4 |
| | | | | Record current DB type in INI for future extensibility. | ||||
* | More tests for QmlSql, more WebKit-tested-validity. | Warwick Allison | 2009-09-24 | 1 | -6/+112 |
| | |||||
* | Fix Windows compile. | Warwick Allison | 2009-09-18 | 1 | -6/+0 |
| | |||||
* | Make SqlDatabase testable and add a basic test. | Warwick Allison | 2009-09-18 | 1 | -40/+1 |
| | |||||
* | Compile on windows | Yann Bodson | 2009-09-17 | 1 | -0/+1 |
| | |||||
* | Changed the use of QString::utf8() to QString::toUtf8() to make it | Erik Verbruggen | 2009-09-16 | 1 | -2/+2 |
| | | | | compile without QT3_SUPPORT. | ||||
* | Fix compilation on Linux | Kai Koehne | 2009-09-16 | 1 | -1/+0 |
| | | | | qmlsqldatabase.moc is not created any more | ||||
* | Better SQL database performance / memory usage. | Warwick Allison | 2009-09-16 | 1 | -12/+88 |
| | | | | | Rows accessible incrementally. Rows.forwardOnly for optimization. | ||||
* | Remove unnecessary use of QObjects | Warwick Allison | 2009-09-16 | 1 | -106/+75 |
| | | | | QSqlDatabase is a shared copyable type anyway, so easy to use as QScriptValue variant. | ||||
* | Basic first-working SQL database interface. | Warwick Allison | 2009-09-16 | 1 | -0/+259 |
A simple Qt-based implementation of HTML5 SQL local storage databases. |