Skip to content

OSError on close() #26

@Pyroman1x

Description

@Pyroman1x

The method close() is throwing an OSError exception

Exception ignored in: <function Connection.del at 0x0000024ADCA2BB80>
Traceback (most recent call last):
File ".venv\lib\site-packages\sqlanydb.py", line 596, in del
self.close()
File ".venv\lib\site-packages\sqlanydb.py", line 651, in close
self.api.sqlany_disconnect(c)
OSError: exception: access violation writing 0x0000000000000024

This seems to be related to dbcapi.dll.
It has been tested on several computers, using both python 3.9 and python 3.10, on Windows 10 computers and SQL Anywhere 17 with the same error every time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions