Jason Brumwell

Results 20 comments of Jason Brumwell

@SamMaxwell not sure I understand, knex version is 0.20.4 and we currently support that version.

@SamMaxwell Thank you for pointing that out I'll update the readme

@dougmolineux I am able to run my tests in mysql and postgres without a db running, this may be specific to the mssql adapter in knex. What version of knex...

@dougmolineux That would be great :)

@aggaton this may be an issue with the implementation on our side for Oracle. We currently only have tests for msyql and postgres. I'll look into adding tests for the...

@anoopmd @timrichard I agree I also found it annoying and wrote a helper class to deal with it, that works similar to your approach. But in the end this is...

Is this what your thinking? https://github.com/node-nock/nock#recording, if so looks like an interesting feature.

That would be great :) you could use knex's `query-response` event, which should give you the sql query and the expected response :+1:

No problem, I stumbled upon candle and loved what it offered but the api was not how I'd have designed it. Then found cb which is my preferred api and...

@mysticatea Thank you for responding, given your description of init and partial I would be able to implement the changes in behaviour. Partial doesn't seem to be operating in the...