MonetDB / pymonetdb

The Python API for MonetDB
https://www.monetdb.org/
Mozilla Public License 2.0
28 stars 20 forks source link

Type analysis for OIDs #44

Closed ghost closed 5 years ago

ghost commented 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]'

gijzelaerr commented 5 years ago

How would you like this to be returned? as a string?

gijzelaerr commented 5 years ago

https://github.com/gijzelaerr/pymonetdb/pull/53