Nyall Dawson

Results 84 issues of Nyall Dawson

Contains a list of (space separated) SQL dialects supported by the driver. The default SQL dialect for the driver will always be the first listed value. Standard values are: -...

I can't see anyway of adding this without breaking existing API (or adding new non-pure virtual methods to ISpatialIndex), but when the next opportunity for an API break rolls round...

Idea

**This issue is intended as a discussion point for a future mdbtools test suite.** Wishlist: - tests for all mdb-* utility tools - tests for raw mdbtools api use -...

I'd like to setup a coverity scan workflow for mdbtools (e.g. using a version of this: https://github.com/qgis/libdxfrw/blob/master/.github/workflows/coverity-scan.yml) It requires setup of: 1. A project must be created on https://scan.coverity.com/ pointing...

enhancement

There's a newer version of the IGNF database available from https://geodesie.ign.fr/contenu/fichiers/IGNF.xml (v3.2.5). Unfortunately the build_db_create_ignf_from_xml.py script fails on this one with the assert: assert usesMethod in ('TSGM120', 'TSGM110', 'TSGM112', 'TSGM111'),...

bug

Whenever the pcraster python library is installed, QGIS crashes on exit due to the pcraster library trying to deregister the loaded GDAL drivers, when the QGIS application shutdown has already...

Port from https://github.com/qgis/QGIS/commit/92e7faab665d1853191227c8aeb6c13a04c43537 Note that this clashes with https://github.com/LibreCAD/libdxfrw/commit/778d1d269880527c334edc26fb76b334a6a9704d, and I cannot determine which is the correct fix. Feedback is welcome :)

I'd like to forward some patches from qgis external copy of libdxfrw (eg https://github.com/qgis/QGIS/pull/44428), but I'd like clarification on whether this repo or https://github.com/codelibs/libdxfrw would be the best place to...

Given the heavy improvements currently being done, it makes sense to improve the CI first :partying_face: This PR: - replaces the travis build with a github workflow based build -...