summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/sqlite3/qsql_sqlite3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-121-1/+1
| | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete Qt2's TQVector class and replacedMichele Calgaro2018-10-201-11/+3
| | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <[email protected]>
* Automated update from Qt3Timothy Pearson2014-09-031-0/+11
|
* Add sqlite3 pluginSlávek Banko2014-05-241-0/+494