mirror of
https://github.com/simon987/hexlib.git
synced 2025-04-04 02:12:59 +00:00
Update PgConn
This commit is contained in:
parent
3bd9f03996
commit
24230cdc1e
@ -316,10 +316,10 @@ class PgConn:
|
||||
def __init__(self, logger=None, **kwargs):
|
||||
self._conn_args = kwargs
|
||||
self.conn = psycopg2.connect(**kwargs)
|
||||
self.cur = self.conn.cursor()
|
||||
self._logger = logger
|
||||
|
||||
def __enter__(self):
|
||||
self.cur = self.conn.cursor()
|
||||
return self
|
||||
|
||||
def exec(self, query_string, args=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user