Kyle Farris

Results 67 comments of Kyle Farris

Sometimes I have to run the CI tests a few times to get them to pass. Just something weird with the environment it runs in, I think.

I'm not sure if this is a different issue but I can't search (won't focus the input) _at all_ when the select2 dropdown is within a modal. Works fine when...

Looks great! Thanks! (And sorry for the delay)

Hey @Sphiinx, off the top of my head, I'm not sure why it would do that but surely it can be solved. I've been really busy trying to meet a...

I could add this option but it won't be for the official v2.0.0 release. I'll add it for v2.1.

Thanks for the bug report @aseprano. I'll look into it today if I get a chance.

It's interesting, I actually have a test written, running, and passing that should account for this scenario: https://github.com/kylefarris/node-querybuilder/blob/58f1f714a6391cd67da80c515f5399f1152918d4/test/mysql/tests-insert_batch.js#L51 I'll have to do some research...

@Flamenco I found the issue--it didn't really have anything to do with the callback, per se... strange/hard bug to track down. Problem is that when its fixed, it runs the...

At the moment, you have to escape a manually-written where clause and tell the `where` method to not try and escape it for you by passing `false` to the third...

Personally, I think that is the appropriate result for this case. When an invalid or empty list is provided, it should probably be ignored.