fdb
fdb copied to clipboard
Firebird Driver for Python
I see this error while running a project using python3.7: File "/usr/local/lib/python3.7/site-packages/fdb/fbcore.py", line 845, in connect no_reserve, db_key_scope, no_gc, no_db_triggers, no_linger) File "/usr/local/lib/python3.7/site-packages/fdb/fbcore.py", line 773, in build_dpb dpb.add_string_parameter(isc_dpb_user_name, user) File...
Submitted by: Ehmmm (ehmmm.firebird) On server I have a long running service which opens connection and then in endless loop starts transaction, gathers some data and closes transaction\. \(More exactly...
Submitted by: Nathan Waite (nater) In fdb Cursor\.execute\(\), any time a string is passed a new PreparedStatement is created requiring a trip to the server\. Can it instead reuse the...
Submitted by: Joern Ungermann (joernu76) We have a firebird database containing a few malformed ASCII strings\. These are byte streams, presumably ASCII coded, stored as is from a rather unreliable...
Submitted by: Emmanuel Belair (ebelair) Hi, I have a related entity that uses UUID binary as primary key, when I try to get this entity, I get the following error:...
Submitted by: Thomas Aichinger (taich-boy) Votes: 1 I think I found an error in fdb\. Here is the error message when using con\.cursor\(\) LI\-V6\.3\.4\.26856 Firebird 2\.5 2\.5\.4\.26856 The server is...
Submitted by: Lele Gaifax (lelit) Votes: 1 Is there a reason why the execute\_immediate\(\) method on the connection does not respect the connection's dialect? Here is a simple test script:...
Submitted by: @pcisar Other python database adapters support specifying a name for the parameters in the SQL string and passing a dict to execute\(\), to bind the parameters to its...
Submitted by: @pcisar FDB should be refactored to use abstract, higher level pythonic interface for communication with Firebird, and currect direct communication via Firebird Client Library should be reworked as...
Hello, I am developing an app in python 3.10.8 (due to other package limitation) and I am getting this error. Using the version 2.0.0 of this package. Working on Windows...