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 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 used a

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

2015-02-03 Thread Werner werner...@gmx.ch [firebird-python]
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 the reason but if someone has a tip, please let me know. Werner File