issue 844 (SQLCustomType and unicode parsing), thanks admin
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-06-13 17:14:50) dev
|
||||
Version 2.00.0 (2012-06-13 20:02:08) dev
|
||||
|
||||
+1
-1
@@ -1583,7 +1583,7 @@ class BaseAdapter(ConnectionPool):
|
||||
pass
|
||||
if isinstance(value, unicode):
|
||||
value = value.encode('utf-8')
|
||||
elif isinstance(field_type, SQLCustomType):
|
||||
if isinstance(field_type, SQLCustomType):
|
||||
value = field_type.decoder(value)
|
||||
if not isinstance(field_type, str) or value is None:
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user