fdb
fdb copied to clipboard
Firebird Driver for Python
Hi. I see future in dependencies: https://github.com/FirebirdSQL/fdb/blob/27e0f25c45a8310f8b657c5e08cdd6e656f92970/setup.py#L55 but I cannot find a single usage of it in the codebase so I think it can be removed.
Dont work with sqlalchemy 2.0
Is it posible to set a name or a general name for the thread witch is use in the event_conduit method? For example: fdb event_conduit. That makes it easyer to...
How to reproduce: 1. Run `Firebird 2.0` under `Windows 10` (default charset is `CP1251`) 2. Run `python3` under `Linux` (default charset is `UTF-8`) with `fdb==2.0.2` 3. Run procedure that returns...
I have installed fdb in my Linux instance. Manjaro ArchLinux Distrib. So I run a basic connection to Firebird DB and get this issue, that its like a 32bits /...
If an error occurs file `firebird.log` appears. How can I change the directory in which he will be stored?
It would be very useful to have a way to define how rows are represented as python data structures, using dicts is very convenient, is there a way to do...
Hello again, I'm trying to investigate an issue with behavior [signal](https://docs.python.org/3/library/signal.html#signal.signal) handlers during and after invocation of `fdb.connect()`. I have a handler for `SIGINT` and `SIGTERM` which is used for...
I'm getting exceptions parsing trace logs. ```Traceback (most recent call last): File "./conv.py", line 12, in for event in data: File "/home/hamish/tmp/fdb/.pyvenv/lib/python3.7/site-packages/fdb/trace.py", line 972, in parse for rec in (self.parse_event(x)...
When connecting with fdb + python3 to legacy databases with mixed/non-proper encodings, you receive a lot of encoding/decoding errors. If there is no option to actually correct this databases, Firebird...