koopjs / winnow

Deprecated
Apache License 2.0
90 stars 18 forks source link

Consolidate where-clause generation. #168

Closed rgwozdz closed 3 years ago

rgwozdz commented 3 years ago

The geometry filter is part of the final where-clause. As such, this PR reorganizes files, and consolidates the translation of the where and geometry options, which cleans up the higher level SQL generation function. Unit tests added.