QgisCadastrePlugin
QgisCadastrePlugin copied to clipboard
Use string Templating for sql scripts
Use string.Template
for string substitution in sql scripts:
- Almost universal basic templating format.
- Raise error on unresolved placeholder: prevent creating invalid sql scripts.
- A bit Less code to maintain.