CSNW / sql-bricks

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

Support raw sql blocks in expressions, allow to convert expression to string #88

Closed vitalif closed 8 years ago

vitalif commented 8 years ago

Hi! In current version, sql-bricks fails to (a) handle raw sql() parts inside expressions and (b) convert an expression to string without the query object. This patch fixes these two problems.

prust commented 8 years ago

@vitalif: This looks great, thank you! Merging.

prust commented 8 years ago

@vitalif: published as v1.4.0