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

DB API - Adding support for dynamic parameters #258

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2021

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

Commits on Apr 12, 2021

  1. DB API - Fix SQLAlchemy CompileError import error.

    Exception was being raised when using the DB API - independent of SQLAlchemy,
    it was attempting to import `CompileError` but this is an optional
    dependency as defined in `extras_require`.
    
    This was introduced in the enhancement druid-io#243 - the fix facilitates backwards
    compatibility but includes the new enhancement.
    tomhpz committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a6ef9d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 16, 2021

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