summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to the cmake building system.feat/cmakeConvgregory guy2024-03-021-0/+100
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with -qt-sql-sqlite3Alexander Golubev2024-02-291-0/+5
| | | | | | Fix FTBFS when sqlite3 sql driver is being built into the library Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-152-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-123-4/+4
| | | | | | | | | | | | 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 <michele.calgaro@yahoo.it>
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-272-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-1328-34/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-073-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build with PostgreSQL 12+.Slávek Banko2019-11-181-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove bool/my_bool artifact, the 'bool' data type is part of the c++François Andriot2019-11-181-1/+1
| | | | | | language and was added to c compilers with c99. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix FTBFS from prior commit.Slávek Banko2019-08-311-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* add MYSQL_SSL_* to the driver for MySQL connectionsDenis Kozadaev2019-08-311-2/+23
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-014-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed dummy int parameter from TQVariant(bool, int).Michele Calgaro2019-05-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved class name used in previous commit. Suggestion comes fromMichele Calgaro2018-11-012-7/+7
| | | | | | | Slavek :-) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS caused by name conflict with new postgres server dev 11 package.Michele Calgaro2018-11-012-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete Qt2's TQVector class and replacedMichele Calgaro2018-10-202-24/+7
| | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1744-110/+110
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-2/+2
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Backport mysql driver mariadb fix - see QTBUG-63108Slávek Banko2018-06-031-12/+22
| | | | | | [taken from RedHat Qt3 patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Automated update from Qt3Timothy Pearson2016-02-221-2/+5
|
* Automated update from Qt3Timothy Pearson2016-02-211-13/+19
|
* Automated update from Qt3Timothy Pearson2015-03-052-7/+7
|
* Automated update from Qt3Timothy Pearson2014-09-0315-0/+98
|
* Add sqlite3 pluginSlávek Banko2014-05-244-0/+602
|
* Fix 'format not a string literal' errorFrancois Andriot2013-08-151-4/+4
|
* Automated update from Qt3Timothy Pearson2013-05-075-7/+7
|
* Automated update from Qt3Timothy Pearson2012-12-012-0/+9
|
* Automated update from Qt3Timothy Pearson2012-10-204-31/+31
|
* Automated update from Qt3Timothy Pearson2012-06-172-6/+6
|
* Automated update from Qt3Timothy Pearson2012-06-132-5/+4
|
* Automated conversion from qt3Timothy Pearson2012-02-2814-108/+108
|
* Automated update from qt3Timothy Pearson2012-02-272-16/+16
|
* Latest update from qt3Timothy Pearson2012-02-211-1/+1
|
* Automated update from Qt3Timothy Pearson2012-02-1326-44/+44
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-2654-247/+247
|
* Sync with latest scriptTimothy Pearson2011-12-0553-85/+85
|
* Update from latest conversion scriptTimothy Pearson2011-12-052-3/+3
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-0858-0/+22917