Skip to content

Commit

Permalink
Add exasol websocket driver shim with dbapi2 support as external depd…
Browse files Browse the repository at this point in the history
…ency (#485)
  • Loading branch information
Nicoretti authored Jul 5, 2024
1 parent 302bca4 commit db5cf03
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 1,453 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Unreleased

🧰 Internal
-----------
- Removed pyexasol dbapi2 api shim
(Now it is using the dbapi2 shim provided by the pyexasol project)
- Remove testing against Exasol 7.0
- Relocked dependencies

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SQLAlchemy Dialect for EXASOL DB
:target: https://pycqa.github.io/isort/
:alt: Formatter - Isort

.. image:: https://img.shields.io/badge/pylint-6.4-yellowgreen
.. image:: https://img.shields.io/badge/pylint-5.9-yellow
:target: https://github.com/PyCQA/pylint
:alt: Pylint

Expand Down
Empty file removed exasol/driver/__init__.py
Empty file.
Empty file.
165 changes: 0 additions & 165 deletions exasol/driver/websocket/_connection.py

This file was deleted.

Loading

0 comments on commit db5cf03

Please sign in to comment.