Changeset: 6d9c21503d4d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d9c21503d4d
Modified Files:
clients/python3/monetdb/sql/pythonize.py
Branch: Jan2014
Log Message:
Typo.
diffs (12 lines):
diff --git a/clients/python3/monetdb/sql/pythonize.py
b/clients/python3/monetdb/sql/pythonize.py
--- a/clients/python3/monetdb/sql/pythonize.py
+++ b/clients/python3/monetdb/sql/pythonize.py
@@ -94,7 +94,7 @@ def py_date(data):
def py_timestamp(data):
""" Returns a python Timestamp
"""
- (datestr, timestr) = dt.split(" ")
+ (datestr, timestr) = data.split(" ")
date = [int(x) for x in datestr.split('-')]
time = list(_extract_time(timestr))
return Timestamp(*(date + time))
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list