Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: buserbrasil/databricks-sql-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: buserbrasil/databricks-sql-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 1, 2024

  1. convert token field to secret (extend password field)

    Signed-off-by: Avelino <thiago.avelino@buser.com.br>
    avelino committed Aug 1, 2024
    Copy the full SHA
    2196be4 View commit details

Commits on Aug 9, 2024

  1. organize package imports and minor adjustments

    Signed-off-by: Avelino <thiago.avelino@buser.com.br>
    avelino committed Aug 9, 2024
    Copy the full SHA
    0792305 View commit details
  2. do not use str import, conflict with str package from clojure

    Signed-off-by: Avelino <thiago.avelino@buser.com.br>
    avelino committed Aug 9, 2024
    Copy the full SHA
    e955289 View commit details
  3. use close made in the decorator

    we implemented it, but it was not being used
    it will not solve the issue of keeping the connection open
    described in issue #13, but it keeps the JDBC implementation
    organized
    
    Signed-off-by: Avelino <thiago.avelino@buser.com.br>
    avelino committed Aug 9, 2024
    Copy the full SHA
    c2fdbbd View commit details
  4. docker/make: change --mount to -v (volume), clear

    Signed-off-by: Avelino <thiago.avelino@buser.com.br>
    avelino committed Aug 9, 2024
    Copy the full SHA
    32c34a7 View commit details

Commits on Jan 24, 2025

  1. docs: add project deprecation notice

    Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
    avelino committed Jan 24, 2025
    Copy the full SHA
    bdfa8ac View commit details
Loading