[gdal-dev] OGRFeatureDefn and clang -Wsign-conversion

2022-12-07 Thread Andrew C Aitchison
https://github.com/OSGeo/gdal/commit/b0797370a3ed238bc5e74435262c2e889f58fe03 adds two new classes GetFields() and GetGeomFields() for easier C++ iteration. Unfortunately clang++ -Wsign-conversion is unhappy about the implicit change of signedness in the size() functions of these classes: clan

[gdal-dev] MSSQL Driver and Bulk Copy Drivers

2022-12-07 Thread Seth G
Hi all, >From the Microsoft docs at >https://learn.microsoft.com/en-us/sql/relational-databases/native-client/applications/installing-sql-server-native-client?view=sql-server-ver16: > The SQL Server Native Client (often abbreviated SNAC) has been removed from > SQL Server 2022 (16.x) and SQL Se