Uh oh!
There was an error while loading. Please reload this page.
[WIP] Get tests passing on Julia v0.4-v0.6 - #53
Conversation
jgoldfar
commented
Jul 14, 2017
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? |
iamed2
commented
Jul 18, 2017
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