summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-211-10/+11
| | * | | Stage 2 of incorporating database level precision policy.Bill King2009-06-218-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
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-203-5/+12
|\ \ | |/
| * Fixes a memory leak in the interbase sql driver.Bill King2009-05-201-4/+3
| * Adds thread initialisation/cleanup code to mysql.Bill King2009-05-201-0/+8
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-183-53/+83
|\ \ | |/
| * Use newer safer error function if available.Bill King2009-05-141-2/+9
| * Fixes a segfault from out of order cleanup of mysql resources.Bill King2009-05-131-50/+73
| * The description cited MySQL and the code is for PostgreSQL.Benjamin Poulain2009-05-121-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-112-4/+3
|\ \ | |/
| * Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-071-3/+3
| * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-1/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-063-29/+26
|\ \ | |/
| * Fixes crash when mysql_init() returns 0Bill King2009-05-051-1/+1
| * Apparently this is the best way to determine which to useBill King2009-05-011-5/+4
| * Try and clean up ODBC 64/32 bit type disparityBill King2009-04-291-6/+4
| * Fixes performance degradation from precision fix in 4.5.1Bill King2009-04-291-20/+20
* | Workaround for problems with paging Core and Sql libsMiikka Heikkinen2009-04-271-1/+7
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-2715-97/+580
|\ \ | |/
| * Fixes over-verboseness in OCI tables function.Bill King2009-04-191-2/+2
| * Fixes long strings getting truncated by the ODBC Driver.Bill King2009-04-161-1/+1
| * Fixes an issue with FreeTDS and quoting.Bill King2009-04-151-0/+5
| * Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-1515-81/+537