sqlalchemy-firebird
sqlalchemy-firebird copied to clipboard
A Firebird dialect for SQLAlchemy using the firebird-driver and/or fdb python Firebird driver
Hello, thank you for making this very useful project! This is only a correction for the documentation, as Windows URIs are wrong in the README. I was using this module...
**Describe the bug** Pandas `read_sql()` (which uses SQLAlchemy) does not preserve the correct case of column names. **To Reproduce** ```python import sqlalchemy as sa import pandas as pd e =...
I'm having a problem reading large blobs from a firebird database, using the new firebird-driver. For large blobs, the firebird driver (both new and old) returns `BlobReader` objects, rather than...
I just started with fork of this project to adjust [dialect for Interbase engine](https://github.com/o-murphy/sqlalchemy_interbase). But I'm not familiar with interbase/firebird. If someone want's to contribute, it will be very helpful
I have two different Firebird servers running on the same host, on different ports. This is so that I can migrate from the old version to the new on a...
i have a bug when running session.scalar with this message: "unsupported operand type(s) for +: 'int' and 'str'", i see the error occurred in _render_string_type on line 411, but i...
The following is the error message: Traceback (most recent call last): File "D:\e5001\backend\venv\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 403, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\e5001\backend\venv\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 60, in...
Hi! I coped with the following issue: ``` Exception ignored in: Traceback (most recent call last): File "C:\Users\Windows\AppData\Local\Programs\Python\Python310\lib\site-packages\firebird\driver\core.py", line 1662, in __del__ self._att.detach() File "C:\Users\Windows\AppData\Local\Programs\Python\Python310\lib\site-packages\firebird\driver\interfaces.py", line 1181, in detach self._check()...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when i cant use async\await methods...
Based on #82. Fix #72.