Closed sneakertack closed 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().
JOIN USING (column_list)
.using()
.join()
merging. Thanks @sneakertack!
Adds support for
JOIN USING (column_list)
. This is done through a.using()
method, or an array 2nd argument passed to.join()
.