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 #468

Merged
merged 14 commits into from
May 23, 2017
Merged

Commits on May 13, 2017

  1. Initial commit

    DominicKramer committed May 13, 2017
    Configuration menu
    Copy the full SHA
    698af35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9b5da View commit details
    Browse the repository at this point in the history
  3. Fix context loss in knex without patching bluebird

    I think this patch is specific to mysql.  I will investigate this
    further.
    DominicKramer committed May 13, 2017
    Configuration menu
    Copy the full SHA
    a7c6bdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f80681f View commit details
    Browse the repository at this point in the history
  5. Intercept the module root to patch transaction

    This commit intercepts the module root to patch the `transaction`
    method.  This works because the `knex` module exports a
    constructor and the object that the constructor constructs has a
    `client` property that is the client being used.  This client
    can have its `transaction` method updated in a way to preserve
    context.
    DominicKramer committed May 13, 2017
    Configuration menu
    Copy the full SHA
    aa7279a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    cead626 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    93b2db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b041f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7dc68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd2c11 View commit details
    Browse the repository at this point in the history
  5. Address GitHub comments

    DominicKramer committed May 18, 2017
    Configuration menu
    Copy the full SHA
    74c46ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c74a04a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Configuration menu
    Copy the full SHA
    19663ce View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    ec1d9c0 View commit details
    Browse the repository at this point in the history