summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-169-0/+48
|\
| * Remove the QtSql driver headers from the APIThiago Macieira2013-01-149-0/+48
* | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-5/+5
|/
* Fix warnings in the SQL drivers found by GCC 4.7Thiago Macieira2012-12-284-13/+17
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-5/+5
* Use PG_VERSION if PG_MAJORVERSION is not definedAndy Shaw2012-12-201-16/+21
* Doc: Correcting qhp link to Qt SQL's C++ Classes.Jerome Pasion2012-12-171-1/+1
* Workaround with hardcoded url QT-BUG 28500Nico Vertriest2012-12-111-1/+1
* SQL: Change in QSqlResultPrivate::positionalToNamedBinding()Caroline Chao2012-12-101-2/+0
* Doc: removed control code+minor rephrasingNico Vertriest2012-12-071-3/+3
* Docs: Fix some warningsChristian Stenger2012-12-063-5/+3
* Doc: Remove obsolete statementChristian Stenger2012-12-061-3/+0
* Always use QAIM to get the default flags.Stephen Kelly2012-11-281-2/+2
* tr()-Fix: Do not add up translateable strings.Friedemann Kleint2012-11-261-2/+1
* Fix example paths in example manifests that are used by Qt Creator.Eike Ziller2012-11-261-0/+2
* create interface QSqlDriver::cancelQuery()Sune Vuorela2012-11-202-1/+27
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-206-37/+30
|\
| * Doc: Cleaning up QHP information in module configuration files.Jerome Pasion2012-11-071-13/+7
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-022-12/+0
| |\
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
| * | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-262-3/+1
| |\ \
| * \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-162-11/+7
| |\ \ \
| * | | | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+1
| * | | | doc: Fix a few doc errors for QtSQLTor Arne Vestbø2012-10-126-23/+23
* | | | | SQL: Fix OCI driver's compile errors.Caroline Chao2012-11-202-3/+5
* | | | | Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-2/+4
* | | | | Fix msvc2010 compiler warnings of switch with default but no case labelsThiago A. Correa2012-11-188-32/+8
* | | | | fix binding of bool type in mysql driverMark Brand2012-11-091-1/+6
| |_|_|/ |/| | |
* | | | Enable the "#include <QSql>" camel-case header, for the QSql namespaceSze Howe Koh2012-10-271-1/+0
* | | | QSqlRelationalDelegate: remove setEditorData reimplementationMark Brand2012-10-261-11/+0
| |_|/ |/| |
* | | Doc: Fix small capitalization error for the Qt SQL module header.Sze Howe Koh2012-10-221-1/+1
* | | remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
| |/ |/|
* | QtSql: Correct documented default precision policy.Mark Brand2012-10-151-8/+4
* | correct spelling in QtSql documentationMark Brand2012-10-151-1/+1
* | QSqlTableModel: let select() and selectRow() be slotsMark Brand2012-10-141-3/+3
|/
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* QSqlQuery::value string overloadThiago A. Correa2012-10-082-0/+19
* Fix QSqlQuery::value to use proper index checkThiago A. Correa2012-10-051-1/+1
* Qt SQL: Cleaned up documentation group membership and brief desc.Jerome Pasion2012-10-051-5/+6
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-051-4/+26
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-051-3/+11
* QSqlTableModel: restore use of virtual setData() in setRecord()Mark Brand2012-10-051-5/+7
* QSqlTableModel: don't cache unchanged value in setData()Mark Brand2012-10-051-0/+6
* QSqlTableModel: fix segfault when overriding selectRow()Mark Brand2012-10-051-9/+14
* fix #includesMark Brand2012-10-021-1/+2
* fix indentationMark Brand2012-09-281-3/+3
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* fix incorrect uses of qmake in documentationJoerg Bornemann2012-09-252-6/+6
* QSqlTableMode::selectRow(): lack of WHERE clause is an errorMark Brand2012-09-241-1/+9
* QSqlTableModel::selectRow(): reduce scope of QSqlQueryMark Brand2012-09-241-6/+8