summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.5Sergio Ahumada2012-11-2850-900/+900
* Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft2009-11-051-1/+1
* Check success of query.Derick Hawcroft2009-11-051-1/+1
* (TDS) Fixes improper formatting of date valuesBill King2009-09-301-1/+3
* (TDS) Fixes missing field/table name escaping.Bill King2009-09-302-0/+13
* Fixes issue of forward only datasets failing when not set so.Bill King2009-09-171-0/+10
* Fixes QSqlTableModel: trying to delete the wrong row.Bill King2009-09-151-4/+5
* Fixes crash when calling numRows on unknown query type (ibase)Bill King2009-09-151-0/+3
* Fixes determination of end of odbc string on deficient driverBill King2009-09-101-6/+6
* Update license headers again.Jason McDonald2009-09-0850-200/+200
* Update tech preview license header.Jason McDonald2009-08-3150-650/+650
* Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13
* Update license headers.Jason McDonald2009-08-1150-50/+50
* Fixes formatting of date strings in psql driverBill King2009-08-111-1/+1
* Missing break when formatting from a time valueBill King2009-08-111-0/+1
* Fixes hack around show queries not allowed to be prepared.Bill King2009-07-301-3/+3
* Fixed compile on certain Solaris versions.Rohan McGovern2009-07-211-1/+1
* Fixes failure when table has null fields to updateBill King2009-07-131-1/+1
* emit dataChanged() signalDerick Hawcroft2009-07-091-0/+1
* Plugged possible memory leak in getPSQLVersion()Stian Sandvik Thomassen2009-07-091-2/+2
* Hopefully fix isnan/isinf for good (for all platforms)Bill King2009-07-091-12/+20
* Fixes Dericks inf/nan patch for msvcBill King2009-07-081-0/+13
* remove debugDerick Hawcroft2009-07-081-1/+0
* Handle special number cases (nan,{+-}infinity) in PostgreSQLDerick Hawcroft2009-07-081-0/+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
* bug fixDerick Hawcroft2009-06-291-1/+4
* save on a couple of mallocsDerick Hawcroft2009-06-251-1/+1
* Fixup ibase.Derick Hawcroft2009-06-251-2/+2
* bug fix for ibase sql driverDerick Hawcroft2009-06-241-16/+36
* 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
* 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
* 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
* 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
* 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
* Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-081-3/+3
* Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-1/+0