-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow joins to nest conditional statements #1397
Conversation
@atiertant Awesome work. Just requires test and documentation and we can get this in a release. |
@rhys-vdw where could i add documentation ? didn't see this in CONTRIBUTING.md ... |
Yeah, sorry, we need a pull request template. PRs need tests and docs. The On Thu, May 12, 2016, 5:20 PM Alexandre Tiertant notifications@github.com
|
@rhys-vdw hope all is correct |
@atiertant Thanks for following that up. Looks great. 👍 |
Just released this as knex 0.11.3 |
Buh, I was just trying achieve this and I read the docs and I was like why isn't this working even though the docs say it should, but once I found these issues I realized it's a brand new feature. |
@rhys-vdw knex 0.11.9 - not working |
@helios1138 have you got a failling code? |
My own attempt to use this failed.
Results in error "TypeError: listener must be a function" |
fix #690
make this possible: