projects
/
cyql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98706a1
)
I seriously have to register_type(UNICODEARRAY)? :(
author
Jay Freeman (saurik)
<saurik@saurik.com>
Wed, 31 Aug 2011 08:06:21 +0000
(08:06 +0000)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Wed, 31 Aug 2011 08:06:21 +0000
(08:06 +0000)
__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/__init__.py
b/__init__.py
index 7102be6fd9e3ab884277e48d73a6376e859c8dc6..73aa9ad650bbee577bdb280e5992721fa4175900 100644
(file)
--- a/
__init__.py
+++ b/
__init__.py
@@
-15,6
+15,7
@@
import psycopg2.extras
import psycopg2.pool
psycopg2.extensions.register_type(psycopg2.extensions.UNICODE)
+psycopg2.extensions.register_type(psycopg2.extensions.UNICODEARRAY)
class connect(object):
def __init__(self, dsn):