[QGIS-Developer] QEP 103: No more Q_FOREACH in master

2017-09-04 Thread Nyall Dawson
Hi all, Please see https://github.com/qgis/QGIS-Enhancement-Proposals/issues/103 for a newly submitted QEP regarding blocking use of Q_FOREACH for all new code being introduced into QGIS master branch. Thoughts and comments welcome! Nyall ___ QGIS-Deve

[QGIS-Developer] Processing 3.0: Dropping the 'Select by attribute sum' alg?

2017-09-04 Thread Nyall Dawson
Hi all, I'd like to propose that in processing in QGIS 3.0 we drop the 'Select by Attribute Sum' algorithm. As you're probably aware we've been cleaning up and streamlining the preinstalled algorithms that are provided with QGIS, and I think this algorithm is a good candidate for removal. (For cl

Re: [QGIS-Developer] Processing 3.0: Possible change to the Singlepart to Multipart algorithm

2017-09-04 Thread Nyall Dawson
On 27 June 2017 at 09:28, Nyall Dawson wrote: > Hi all, > > As you may be aware, I've been working on rebuilding the backend of > Processing in c++ and refining how it operates. > > As part of this I'd like to clear up the list of existing algorithms > and also refine how they behave. This list of

Re: [QGIS-Developer] OGR: sqlite with subset query, QgsOgrFeatureIterator::fetchFeature with SpatialFilterRect always returns feature with id 0

2017-09-04 Thread Sandro Mani
On 03.09.2017 23:50, Even Rouault wrote: > Ok, so if we only do this for non-select queries, we should be safe? Yes. I suspect the case where a full SELECT statement is used are rare, and people able to do that can tweak the request. It would be unreliable to try modifying it. > > > > Som

[QGIS-Developer] WG: Re: crash qgis 2.18.11 in vs2010 - HEAP CORRUPTION DETECTED

2017-09-04 Thread SSchmidt
If I compile my plugin with Option Runtime Library: Multi-threaded Debug DLL (/MDd) at first sight it works fine, but while closing QGIS, QGIS crashes with 'HEAP CORRUPTION DETECTED' Then if my plugin is Compiled with Option Runtime Library: Multi-threaded DLL (/MD) I get the error: >