Changeset: 0035c9604c86 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0035c9604c86
Modified Files:
testing/mapicursor.py
Branch: copyparpipe
Log Message:
Teach mapicursor.py to deal with bte and sht
diffs (12 lines):
diff --git a/testing/mapicursor.py b/testing/mapicursor.py
--- a/testing/mapicursor.py
+++ b/testing/mapicursor.py
@@ -29,6 +29,8 @@ mapping = {
'none': no_convert,
'void': py_oid,
'str': strip,
+ 'bte': int,
+ 'sht': int,
'int': int,
'lng': int,
'hge': int,
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]