Re: [firebird-python] fdb - accented characters

2014-07-10 Thread Pavel Cisar pci...@ibphoenix.cz [firebird-python]
Hi, Yes, the connection charset is the key for automatic conversion. best regards Pavel Cisar IBPhoenix Dne 9.7.2014 18:29, Werner werner...@gmx.ch [firebird-python] napsal(a): I think I got this one, needed to add connect_args={'charset': 'utf8'} to the SA create_engine call.

Re: [firebird-python] fdb - accented characters

2014-07-09 Thread Werner werner...@gmx.ch [firebird-python]
Hi, On 7/9/2014 16:23, Werner werner...@gmx.ch [firebird-python] wrote: Hi, Me again, running into problems if my data contains accented characters, e.g. 'é'. This is still with Py3.4 and SQLAlchemy 0.9.6. sqlalchemy.exc.DatabaseError: (DatabaseError) ('Error while executing SQL

Re: [firebird-python] fdb - accented characters

2014-07-09 Thread Werner werner...@gmx.ch [firebird-python]
Hi, I think I got this one, needed to add connect_args={'charset': 'utf8'} to the SA create_engine call. Werner