Closed jameshowison closed 1 year ago
Hey @jameshowison thank for opening the issue!
Indeed we don't support xid
. The reason for that is because the upstream library that we use to run xeus-sql
doesn't support it.
You can open an issue upstream and ask for them to include it.
Or someone that's interested could include it themselves. Supposing the implementation of xid
is similar to the oid
It doesn't seem super complicated... But I really have no knowledge about SQL internals and it could actually be a beast?
I'd recommend opening an issue upstream to learn more about it, and if you can link it here, would be great! :)
Ah, btw the upstream lib is: https://github.com/SOCI/soci
Closing this one as upstream.
While creating a sample query I tried to list databases using a SELECT query, running into:
running
In terminal that table has this description; it seems the
xid
column type is the issue?