CentreForDigitalHumanities / idioms

Database of Dutch Dialect Idioms
https://dutchdialectidioms.uu.nl/
Other
0 stars 0 forks source link

Refactor SQL query building function #24

Closed ar-jan closed 2 years ago

ar-jan commented 2 years ago

This moves string constant declarations out of the SQL building function function, and separates composing the query and building the WHERE clauses into two different functions.

ar-jan commented 2 years ago

Thanks, I finally got around to this. Picked up a few constructs I hadn't used before!