qt6-bb10/src/plugins/sqldrivers/oci
Andy Shaw ec23d96c86 oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAX
OCIBindByPos2 is only needed when using execBatch(), binding data that
is longer than USHRT_MAX works for exec() so this is left unchanged.

Change-Id: Ifdcf91939d184f225d24c13052ea0b81611ecf91
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-04-06 12:44:37 +00:00
..
README
main.cpp Always compile sql drivers as plugins 2016-04-07 09:08:53 +00:00
oci.json
oci.pro employ QMAKE_USE: LIBS += -lfoo 2016-08-19 04:26:43 +00:00
qsql_oci.cpp oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAX 2018-04-06 12:44:37 +00:00
qsql_oci_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00

README

You will need the Oracle 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).