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
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
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
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
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:
>