mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Fixed syntax error in lib/extras.py.
This commit is contained in:
parent
a9d307140e
commit
52666ef5bd
|
@ -1,3 +1,7 @@
|
|||
2006-09-11 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* lib/extras.py: ported syntax error fix from 2.0 (#123).
|
||||
|
||||
2006-09-01 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* psycopg/adapter_mxdatetime.c, psycopg/psycopgmodule.c: fixed last
|
||||
|
|
|
@ -232,4 +232,5 @@ class MinTimeLoggingCursor(LoggingCursor):
|
|||
|
||||
def callproc(self, procname, vars=None):
|
||||
self.timestamp = time.time()
|
||||
return LoggingCursor.execute(self, procname, var)
|
||||
return LoggingCursor.execute(self, procname, vars)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user