firebird-automations
firebird-automations
Modified by: Ehmmm (ehmmm.firebird) description: 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...
Commented by: @pcisar Well, transaction object is not removed from list of transactions in Connection instance when transaction is closed by close\(\), so it's not garbage collected by Python\. I...
Commented by: Ehmmm (ehmmm.firebird) Thank you very much for your explanation\. I'll have to look better what Python cursors are really like\. \(I thought it's something that exists only during...
Commented by: @pcisar It's strange, because client charset OCTETS should work as pass\-through for all strings as b2u\(\) returns the string \(bytes in this case\) unchanged when passed charset is...
Commented by: Joern Ungermann (joernu76) Thanks, solving this would be marvelous, but I do not see an easy solution for this including all the stacks, either\. The quick fix works...
Commented by: @pcisar I see, FDB clearly does not handle OCTETS properly\. Using it as client charset is very wild idea that should nobody even try, but anyway\. The problem...
Commented by: Paulo Freitas (paulofreitas) Seems to be the same issue I got here: [PYFB38](https://github.com/FirebirdSQL/fdb/issues?q=PYFB38+in%3Atitle) Currently I'm using fdb 1\.6 and I still can't use BIGINT datatype using the connection\.execute\_immediate\(\)...
Modified by: erick de oliveira leal (erickdeoliveiraleal) description: trying apt\-get install firebird2\.5\-superclassic prints on terminal: E: Impossível encontrar o pacote firebird2\.5\-superclassic E: Couldn't find any package by glob 'firebird2\.5\-superclassic' E:...
Commented by: @mrotteveel Issues in documentation should go to the Documentation project: Alexey, can you move it?
Commented by: Arioch (arioch) Discussion in russian: