Alexis

Results 20 comments of Alexis

So I've been working on a result queuing mechanism so you can dictate exactly what returned (see issue #1) but don't have an ETA on that at the moment. The...

The `$overrideImport` function is, at the moment, covered in the [Swapping Model for Mocks](https://sequelize-mock.readthedocs.io/en/stable/docs/getting-started/#swapping-model-for-mocks) section on the Getting Started page. Were you able to find this documentation, or was this...

At the moment the `attributes` option is not supported by our result generation system when querying. With v0.8 and above, you can use the result queue to return an object...

I'll do my best to add support for this as #1 is implemented. It should be fairly straight-forward to add since it looks like this is supported for most every...

This didn't get added as part of the query queuing mechanism. There are some minor differences in how this would work based on the queuing of results and it requires...

## Compatibility Toggle To solve the compatibility problem between v3 and v4, we can try and parse the version of `sequelize` required by the code base from the package.json. Then...

It looks like these functions are not be exposed properly on the Model prototype as we'd expect. As a work around you can use `User.$queryInterface.$useHandler()` to get to the function...

I'll look into it and see what I can come up with, but I'm new to ruby so I'm not sure how much I'll be able to track down for...

Okay, the fix for it seems to be pretty simple. I just changed the relative method to resort to the full path if it cannot use the relative one. I'm...

The unable to access jar seems to have stemmed from my not having install YUI compressor at all. Installing it via juicer fixed my error. Seems to have been unrelated.