hgrubst

Results 6 issues of hgrubst

It looks like currently when patching an array, only the index is used but not the object hash. I have run into the following scenario which can be resumed by...

Currently orderBy in thinky optimizes the query if an index is found on the Model. As described in the documenation : > The command orderBy is optimized only when a...

## Question Hi, after looking through the docs and code, I believe thinky does not support optimistic locking out of the box but I though I would still ask the...

feature

We call migrate on the startup of our application for each service that composes the application. Whilst we can definitely use the migrate.emitter to log what is happening in our...

Adding the full filename being executed during the migration. Perhaps this is specific to our use case but we usually name our migration files based on release number and business...

This PR provides the ability to provide a r driver directly instead of initializing a new one specifically for the migration process. It also adds the ability to not close...