Re: [firebird-support] Firebird 1.56 server freezing / hanging all clients (maybe during event handling)

2014-05-20 Thread Ernesto Benestante ebenesta...@gmx.net [firebird-support]
Exactly the same problem here. I'm on a different platform (Debian stable x64, Delphi app with BDE, etc), so it's most probably not a platform/toolkit issue. Did you solve the problem? EB On 15/05/14 03:12, Paul Read p...@ntasktic.com [firebird-support] wrote: Summary: All clients freeze

[firebird-support] fdb named parameters

2015-02-23 Thread Ernesto Benestante ebenesta...@gmx.net [firebird-support]
Hi, does FDB support named parameters in queries? 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 values. Something like this: cur.execute('select * from customers where id = %(cid)d',