[ckan-changes] [okfn/ckan] 1864c7: [#2591] fix postgresql 9.1.4 unicode issue
GitHub
noreply at github.com
Mon Jun 25 12:43:09 UTC 2012
Branch: refs/heads/defect-2591-postgresql-unicode
Home: https://github.com/okfn/ckan
Commit: 1864c7f2fad71e81a6c69e84f808149b2850f6f6
https://github.com/okfn/ckan/commit/1864c7f2fad71e81a6c69e84f808149b2850f6f6
Author: Toby <toby.junk at gmail.com>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M ckan/config/environment.py
Log Message:
-----------
[#2591] fix postgresql 9.1.4 unicode issue
sqlalchemy gets confused over unicode encoding in postgresql v9.1.4
we get utf-8 data but we can think that we are getting SQL_ASCII
this patch forces sqlalchemy to use utf-8 which will make things easier
as all ckan data should be treated as utf-8
More information about the ckan-changes
mailing list