summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldriver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* doc: Fixed several qdoc errors.Martin Smith2009-06-161-5/+4
|
* Stage 1 of incorporating database level precision policy.Bill King2009-06-151-1/+27
| | | | | | | | Queries now ask the database object what precision they should be, allows for setting precision policies on sql models, where previously this was not available. Also fixes some failing precisionpolicy implementations, as well as working around the fact qstring can't convert from "123.00" to an int based type.
* improved string operations all over the placeThierry Bastian2009-05-281-12/+6
| | | | | used character operations whenever possible better usage of QLatin1String
* Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-151-9/+122
| | | | | | | | | | | If no quotes around identifiers are provided by the programmer, identifiers are treated identically to how the underlying engine would behave. i.e. some engines uppercase the identifiers others lowercase them. If the programmer wants case sensitivty and/or use whitespaces they will need to quote their identifiers. The previous (incorrect) behaviour always quoted the identifiers. Reviewed-by: Bill King
* Fixes: QSqlTableModel does not handle updates when one of the fields hasBill King2009-04-061-3/+8
| | | | | | a NULL value Task-number: 189093
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+803