Changeset: a395336df365 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a395336df365 Modified Files: testing/sqllogictest.py Branch: default Log Message:
Copy-paste error. diffs (21 lines): diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py --- a/testing/sqllogictest.py +++ b/testing/sqllogictest.py @@ -379,7 +379,7 @@ class SQLLogic: raise except: type, value, traceback = sys.exc_info() - self.query_error(statement, 'unexpected error from pymonetdb', str(value)) + self.query_error(query, 'unexpected error from pymonetdb', str(value)) return try: data = crs.fetchall() @@ -387,7 +387,7 @@ class SQLLogic: raise except: type, value, traceback = sys.exc_info() - self.query_error(statement, 'unexpected error from pymonetdb', str(value)) + self.query_error(query, 'unexpected error from pymonetdb', str(value)) return if crs.description: rescols = [] _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list