Re: [firebird-python] fdb 1.4.3, SA 0.9.7 on Py2.7 conversion error

2015-02-04 Thread Pavel Cisar pci...@ibphoenix.cz [firebird-python]
Hi Werner, Dne 4.2.2015 v 17:11 Werner werner...@gmx.ch [firebird-python] napsal(a): > > result = session.connection().execute(s, fk_authuser_id_1=1, > maturityfirst_1='', maturityfirst_2='') > > for i in result: > print(i) > > The two "maturityfirst" are integer columns and I inadvertently u

Re: [firebird-python] fdb 1.4.3, SA 0.9.7 on Py2.7 conversion error

2015-02-04 Thread Werner werner...@gmx.ch [firebird-python]
Hi, On 2/3/2015 17:13, Werner werner...@gmx.ch [firebird-python] wrote: Hi, I am getting the following error during testing of my application, but only on Py2.7, if I run the same application on Py3.4 with the same fdb and SQLAlchemy version I don't see this error. I'll continue to search for

Re: [firebird-python] FDB v1.4.2

2015-02-04 Thread Pavel Cisar pci...@ibphoenix.cz [firebird-python]
Hi Dominik, Dne 17.11.2014 v 14:54 Dominik Psenner dominik.psen...@topcontrol.it [firebird-python] napsal(a): > > I believe that I have found a solution by shuffling the > __wait_for_events() invoke. This is the patch (also available as > attachment): Your solution is sound, change will appear in