Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support knex 0.8 #1

Merged
merged 2 commits into from
Sep 18, 2015
Merged

Support knex 0.8 #1

merged 2 commits into from
Sep 18, 2015

Conversation

maxcnunes
Copy link
Contributor

Since the knex had some breaking changes from 0.7.* to 0.8.* we can not use proxy anymore to apply multi tenancy support over knex.

This new approach uses monkey patch to apply the multi tenancy features.

Since Knex had some breaking changes from 0.7.* to 0.8.* we can’t longer use proxy for apply changes on client object.
The new approach a found was applying monkey patch through the prototype of some objects.
maxcnunes added a commit that referenced this pull request Sep 18, 2015
@maxcnunes maxcnunes merged commit 3883d32 into master Sep 18, 2015
@maxcnunes maxcnunes deleted the support-knex-0.8 branch September 18, 2015 16:29
rodrigowirth pushed a commit to rodrigowirth/knextancy that referenced this pull request Oct 3, 2017
rodrigowirth pushed a commit to rodrigowirth/knextancy that referenced this pull request Oct 3, 2017
…s-to-keep-standard

Rename files to follow standard as discussed in bravi-software#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant