qt6-bb10/src/plugins/sqldrivers/tds
Friedemann Kleint 8247ce9766 SQL plugins: Fix warnings about deprecated constructor of QSqlError
Use the constructor taking a string and convert number unless
it is -1.

Change-Id: I18d1ba2c8e0d3f4af01b7955863967f75051746b
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2018-01-10 21:18:26 +00:00
..
README
main.cpp Always compile sql drivers as plugins 2016-04-07 09:08:53 +00:00
qsql_tds.cpp SQL plugins: Fix warnings about deprecated constructor of QSqlError 2018-01-10 21:18:26 +00:00
qsql_tds_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
tds.json
tds.pro employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOO 2016-08-19 04:26:36 +00:00

README

You will need the dblib development headers and libraries installed before
compiling this plugin.

See the Qt SQL documentation for more information on compiling Qt SQL
driver plugins (sql-driver.html).