don't create framework folders if framework does not exist;
quote library names for IF test
more quoting in case there are empty variables, and tests for existen…
…ce of files before executing commands
- support for OLCStringsAsUTF8 (fixes #4558) - remove quotation on "ORDER BY" (produces a syntax error otherwise) - support for null values in uniqueValues/minimumValue/maximumValue
Refector QgsExpressionBuilderWidget to add API for loading field name…
…s; update uses of widget to use new API