Closed ghost closed 5 years ago
OID types in MonetDB are represented as 1235@0, which may cause an error in pymonetdb/sql/pythonize.py", line 144, in convert
A sample line received from the server:
line '[ 4837,\t"monetdb",\t2019-08-22 12:33:52.000000,\tNULL,\t"running",\t4837@0,\t"select qtag, user, started, estimate, status, tag, query from sys.queue()\n;"\t]'
How would you like this to be returned? as a string?
https://github.com/gijzelaerr/pymonetdb/pull/53
OID types in MonetDB are represented as 1235@0, which may cause an error in pymonetdb/sql/pythonize.py", line 144, in convert
A sample line received from the server: