Skip to content

Can't use IMBiSeriesDialect with create_engine() #20

@ilia-khaustov

Description

@ilia-khaustov

Describe the bug
Creating engine with jdbcapi+iseries driver raises TypeError

To Reproduce

$ python3.12 -m pip install sqlalchemy==2.0.41 sqlalchemy-jdbcapi==2.2.1
$ python3.12
>>> from sqlalchemy import create_engine
>>> create_engine("jdbcapi+iseries://user:pass@my_host")
...
TypeError: IMBiSeriesDialect() takes no arguments

Expected behavior
Engine instance is created without raising exception.

Desktop (please complete the following information):

  • OS: RedHat linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions