'is' operator #221
Closed
'is' operator #221
Comments
Merged
this broke production!! changes like this are almost too big for patch change and should be a 0.x.0 level change |
Thats odd because some point In any case, I generally try to stick as close as I can to semver when making changes, apologies for the breakage. |
Thanks for quick response time! |
Sure, cleaned it up a bit so you can also now do |
+1 |
elliotf
pushed a commit
to elliotf/knex
that referenced
this issue
Nov 24, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using some code
that works, but now in the new version of knex, it seems to be broken because
is
isn't an operator and you're checking for operators.The text was updated successfully, but these errors were encountered: