summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | * Handle special number cases (nan,{+-}infinity) in PostgreSQLDerick Hawcroft2009-07-081-0/+17
| * | Merge branch '4.5'Thiago Macieira2009-07-022-3/+8
| |\ \
| * \ \ Merge branch '4.5'Thiago Macieira2009-07-021-1/+1
| |\ \ \
| * | | | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-37/+2
| * | | | Merge branch '4.5'Marius Storm-Olsen2009-06-302-1/+5
| |\ \ \ \
* | \ \ \ \ Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-095-12/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-074-11/+17
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Handle all PostgreSQL notifications sitting in the queueDerick Hawcroft2009-07-071-4/+4
| | * | | | | Fixes ::record for dialect 3 named tables in interbase/firebird.Bill King2009-07-031-2/+2
| | * | | | | Fixes invalid length for numeric fields in oracle.Bill King2009-07-031-1/+1
| | | |_|_|/ | | |/| | |
| | * | | | Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
| | * | | | Get more autotests passing/fixed up.Bill King2009-07-021-2/+5
| | | |_|/ | | |/| |
| | * | | Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-07-011-1/+1
| | | |/ | | |/|
| | * | bug fixDerick Hawcroft2009-06-301-0/+1
| * | | Removed unused static data from Qt.axis2009-07-061-2/+0
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2950-680/+243
| |\| |
| | * | bug fixDerick Hawcroft2009-06-291-1/+4
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3050-403/+542
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-262-3/+3
| |\ \ \
| | * \ \ Merge branch '4.5'Thiago Macieira2009-06-252-3/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | save on a couple of mallocsDerick Hawcroft2009-06-251-1/+1
| | | * | Fixup ibase.Derick Hawcroft2009-06-251-2/+2
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-251-16/+36
| |\| | |
| | * | | Merge branch '4.5'Thiago Macieira2009-06-241-16/+36
| | |\| |
| | | * | bug fix for ibase sql driverDerick Hawcroft2009-06-241-16/+36
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-242-27/+22
| |\| | |
| | * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-232-27/+22
| | |\| |
| | | * | make the last checkin compile.Bill King2009-06-231-2/+0
| | | * | Fixes non-unicode strings should be strings, not bytearrays.Bill King2009-06-231-17/+1
| | | * | task 226042Derick Hawcroft2009-06-221-8/+21
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-2213-48/+210
| |\| | |
| | * | | Make previous checkin compile.Bill King2009-06-221-3/+0
| | * | | Fix the behaviour of sql classes regarding quoted identifiersBill King2009-06-227-33/+146
| | * | | Stage 3 of incorporating database level precision policy.Bill King2009-06-221-10/+11
| | * | | Stage 2 of incorporating database level precision policy.Bill King2009-06-228-5/+56
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1750-242/+133
| |\| | |
| | * | | Update license headers in files that are new in 4.6.Jason McDonald2009-06-1711-22/+22
| | * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-1639-220/+111
| | |\| |
| | | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-1650-100/+100
| | | * | BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-1515-536/+81
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-163-19/+17
| |\| | |
| | * | | doc: Fixed several qdoc errors.Martin Smith2009-06-162-10/+8
| | * | | Fix build error on Mac (Cocoa 64)Prasanth Ullattil2009-06-151-1/+1
| | * | | Stage 1 of incorporating database level precision policy.Bill King2009-06-1515-238/+311
| * | | | Merge of masterBradley T. Hughes2009-06-1515-238/+311
| |/ / /
* | | / Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2514-67/+55
|\| | | | |_|/ |/| |
| * | improved string operations all over the placeThierry Bastian2009-05-2814-67/+55
| |/
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-252-3/+12
|\|
| * Fixes one of the fields of mysql bound params not initialised.Bill King2009-05-211-2/+1
| * Fixes conditional jump on uninitialised valueBill King2009-05-211-1/+11