ctrliq / pika

ORM style SQL builder with AIP-160 Support
Apache License 2.0
5 stars 4 forks source link

Allow to filter on joined tables #2

Closed mstg closed 11 months ago

mstg commented 11 months ago

Currently there isn't a way to properly filter on joined tables. This PR follows a very simple approach of leaving filter columns with dots untouched (as in not prepending the table alias). This can be improved but should work for now.