Skip to content
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

fix: handle error on some failing casts #5

Closed
wants to merge 3 commits into from

Conversation

kmpm
Copy link
Contributor

@kmpm kmpm commented Oct 31, 2019

Closes #4

@timabell
Copy link
Owner

Thanks for this 👍

It'll need test coverage before being merged, given the challenge of supporting so many database combinations I'm keen to have full coverage of the data type processing

@timabell
Copy link
Owner

Cheers, I don't know when I'll get the time too fire it up and check this over myself.

I'd want the existing regression tests mentioned in #4 (comment) extended for every new data type that is handled. I'd be interested to know if you managed to run them. https://github.com/timabell/schema-explorer/blob/master/test.sh is the kick-off point for the full regression suite.

@kmpm
Copy link
Contributor Author

kmpm commented Oct 31, 2019 via email

@timabell timabell added the help wanted Extra attention is needed label Nov 5, 2019
@kmpm
Copy link
Contributor Author

kmpm commented Nov 12, 2019

Have now tested on sqlite and mssql at least. By looking at your sh scripts I created a powershell script and managed run tests for sqlite and mssql. Still haven't tested mysql or postgres.

@kmpm
Copy link
Contributor Author

kmpm commented Nov 12, 2019

rebased on v0.67 and added a fix for #9

@kmpm
Copy link
Contributor Author

kmpm commented Nov 12, 2019

Now tested successfully on all drivers except mysql. That is probably related to issue #10

@kmpm
Copy link
Contributor Author

kmpm commented Nov 13, 2019

Using PR #14 this now passes the sse_test.go tests on sqlite, mssql, pg and postgres

@timabell
Copy link
Owner

closing as this would need tidying up before I could merge it, and honestly my brain isn't entirely grokking what I'm looking at in the patch at the moment

@timabell timabell closed this Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when showing a table with unsupported data type
2 participants