-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic when showing a table with unsupported data type #4
Comments
There will probably be lots more of these. It means I haven't coded support for this particular column data type. Note that there are regression tests for all supported data types.
|
My guess from debugging is that the data type is |
It got panic on |
Aside: If I was actively working on this I'd probably make it so that it displays everything it can as you mentioned, but in such a way that the integration tests still fail if they encounter such a thing. |
The first table I tried to open on the first database I tried to connect to gave me a panic.
OS: Windows 10 Pro 1903 (18364.418) amd64.
And no, I can not give you the schema for the database but I will try to debug some more.
The text was updated successfully, but these errors were encountered: