mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-01 02:03:05 +03:00
Fix for #182.
This commit is contained in:
parent
dbbdcfb0c0
commit
98c0992b6e
|
@ -98,8 +98,6 @@ class Connection(Shared.DC.ZRDB.Connection.Connection):
|
||||||
self.tilevel = tilevel
|
self.tilevel = tilevel
|
||||||
self.encoding = encoding
|
self.encoding = encoding
|
||||||
|
|
||||||
self.set_type_casts()
|
|
||||||
|
|
||||||
if check: self.connect(self.connection_string)
|
if check: self.connect(self.connection_string)
|
||||||
|
|
||||||
manage_properties = HTMLFile('dtml/edit', globals())
|
manage_properties = HTMLFile('dtml/edit', globals())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user