brianloveswords / streamsql

A streaming, backend agnostic SQL ORM heavily inspired by levelup
MIT License
67 stars 7 forks source link

Join where #26

Closed wunderlink closed 9 years ago

wunderlink commented 9 years ago

Join Conditions: I've got this working, though my changes may be worth a review (perhaps they could be more elegant?). I added a couple tests as well: one for a more basic join condition and then one for a "via" join. A note on tests: the master branch that I cloned had a couple tests that were failing for me previous to any changes I made.

wunderlink commented 9 years ago

Whoops, I didn't do this quite right. Closing the PR.