[QGIS-Developer] QOCISPATIAL driver does not support entire SDO_GEOMETRY

2021-03-24 Thread peter.steibert
Hello, I am just using the QOCISPATIAL driver to get geometry-data from an Oracle Database. Unfortunately not all possibilities of SDO_GEOMETRY are implemented by the plugin. (Source:

[QGIS-Developer] QOCISPATIAL driver cannot be loaded

2021-03-19 Thread peter.steibert
Hello, I just compiled the qsqlocialspatial.dll from the QGis project and tried to use it with QSqlDatabase. QSqlDatabase db2 = QSqlDatabase::addDatabase("QOCISPATIAL"); When I startet the program it looked like the detection oft he sqldriver was successful.

[QGIS-Developer] ZSTD missing while compiling QGis

2021-03-18 Thread peter.steibert
Hello, i am just trying to compile the QGis project. At the moment I am executing configonly.bat with the following output: ** ** Visual Studio 2017 Developer Command Prompt v15.9.17 ** Copyright (c) 2017 Microsoft

[QGIS-Developer] Creating QOCISPATIAL driver for QtSql

2021-03-18 Thread peter.steibert
Hello, when i visited https://github.com/qgis/QGIS/blob/master/src/providers/oracle/ocispatial/qsq l_ocispatial.cpp I learned, that it is possible to create an QOCISPATIAL driver which can be used with QtSql. Unfortunately I failed to create the corresponding DLL file without compiling the