CSNW / sql-bricks

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

Support for JOIN USING #65

Closed sneakertack closed 9 years ago

sneakertack commented 9 years ago

Adds support for JOIN USING (column_list). This is done through a .using() method, or an array 2nd argument passed to .join().

prust commented 9 years ago

merging. Thanks @sneakertack!