-
Notifications
You must be signed in to change notification settings - Fork 39
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
[WIP] Get tests passing on Julia v0.4-v0.6 #53
base: master
Are you sure you want to change the base?
[WIP] Get tests passing on Julia v0.4-v0.6 #53
Conversation
By the way, I've thought about the discussion in #48 (comment) which I believe this will also suffer from (one of the reasons for the WIP tag) but the referenced functionality does not seem to be tested anywhere, so making sure an implementation is working would be tricky. Is there a test case? |
A good test case: make a string type that doesn't rely on an array of bytes and call |
Codecov Report
@@ Coverage Diff @@
## master #53 +/- ##
===========================================
- Coverage 75.56% 11.62% -63.94%
===========================================
Files 3 3
Lines 221 215 -6
===========================================
- Hits 167 25 -142
- Misses 54 190 +136
Continue to review full report at Codecov.
|
Will require JuliaDatabases/DBInterface.jl#16 to be merged to get tests passing on v0.6. Probably worth registering DBI and tagging a version. Intended to eventually fix #52 and will close #51