Skip to content

Commit

Permalink
Reenable turbodbc support
Browse files Browse the repository at this point in the history
fixes #146

The latest version of turbodbc (4.5.4) works together with poetry,
therefore support can be re enabled.
  • Loading branch information
Nicoretti authored Aug 12, 2022
1 parent 3d2b59f commit da21882
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 86 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
- "3.10"
connector:
- pyodbc
# TODO: Reenable once the issue(s) below have been fixed.
# Turbodbc can't be supported using poetry until:
# - https://github.com/blue-yonder/turbodbc/issues/358
# - https://github.com/exasol/sqlalchemy-exasol/issues/146
# are fixed.
# - turbodbc
- turbodbc
exasol_version:
- 7.1.9
- 7.0.18
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
- "3.10"
connector:
- pyodbc
# TODO: Reenable once the issue(s) below have been fixed.
# Turbodbc can't be supported using poetry until:
# - https://github.com/blue-yonder/turbodbc/issues/358
# - https://github.com/exasol/sqlalchemy-exasol/issues/146
# are fixed.
# - turbodbc
- turbodbc
exasol_version:
- 7.1.9
- 7.0.18
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
🔧 Changed
----------
- Reenabled trubodbc support
- Bumped turbodbc support from 3.3.0 to 4.5.4
Loading

0 comments on commit da21882

Please sign in to comment.