Skip to content

Rename files with a clashing namespace #729

@ArBridgeman

Description

@ArBridgeman

Summary

While working on #728, it was noted that 3 of our files within sqlalchemy-exasol clash with the namespaces of packages were are using. This is problematic if users execute code examples in an IDE, as the IDE (like PyCharm), might erroneously think that our code is the source for functions. The renaming should be more thought out than what was put here, as those were quickly done to make something work.

❗ Custom Setup
types.py to exasol_types.py
warnings.py to exasol_warnings.py
websocket.py to exasol_websocket.py
__init__.py adapted for websocket change
pyproject.toml adapted for websocket change

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCode improvement without behavior change

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions