comparison setup.py @ 5633:83f7b5449860

db: stop messing with convert_unicode in .ini and db scheme convert_unicode=False is the default for String fields ... except when the .ini file contains sets it to True. String fields are however no longer used for unicode and we can drop convert_unicode everywhere. See http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.String.params.convert_unicode for the advice of never setting convert_unicode.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 05 Jan 2016 16:30:12 +0100
parents f3f06692cb7e
children d88077fae3d6 9e53eb77287c
comparison
equal deleted inserted replaced
5632:cc8dc30b77f3 5633:83f7b5449860