CSNW / sql-bricks

Transparent, Schemaless SQL Generation
http://csnw.github.io/sql-bricks
MIT License
204 stars 25 forks source link

Allow where to accept sql()-escaped code or subquery #60

Closed sandfox closed 9 years ago

sandfox commented 9 years ago

Using this issue as starting point https://github.com/Suor/sql-bricks-postgres/issues/2 it would be great if .where() could accept an already escaped string or another sub query

prust commented 9 years ago

Addressed in #61, closing.