fdb icon indicating copy to clipboard operation
fdb copied to clipboard

Firebird Driver for Python

Results 20 fdb issues
Sort by recently updated
recently updated
newest added

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...

type: bug
priority: minor

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...

type: improvement
affect-version: 2.0
priority: trivial

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...

type: bug
priority: minor
affect-version: 2.0

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:...

priority: major
type: bug

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...

type: bug
priority: critical
affect-version: 2.0

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:...

type: bug
priority: minor

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...

type: improvement
priority: minor

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...

priority: major
type: improvement

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...