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

[WIP] Get tests passing on Julia v0.4-v0.6 #53

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

[WIP] Get tests passing on Julia v0.4-v0.6 #53

wants to merge 8 commits into from

Conversation

jgoldfar
Copy link

@jgoldfar jgoldfar commented Jul 14, 2017

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

@coveralls
Copy link

coveralls commented Jul 14, 2017

Coverage Status

Coverage decreased (-63.9%) to 11.628% when pulling 2ec6e62 on jgoldfar:get-tests-passing-v0.4-v0.6 into a29b45f on JuliaDB:master.

@jgoldfar
Copy link
Author

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
Copy link
Contributor

iamed2 commented Jul 18, 2017

A good test case: make a string type that doesn't rely on an array of bytes and call pgdata with that.

@codecov-io
Copy link

codecov-io commented Apr 17, 2018

Codecov Report

Merging #53 into master will decrease coverage by 63.93%.
The diff coverage is 7.14%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
src/types.jl 7.14% <ø> (-63.13%) ⬇️
src/dbi_impl.jl 11.97% <0%> (-65.81%) ⬇️
src/libpq_common.jl 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a29b45f...c5744a9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Completely broken on v0.6 Add julia 0.5 to Travis build
4 participants