-
Notifications
You must be signed in to change notification settings - Fork 0
Julia 0.6 fixes #1
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
Julia 0.6 fixes #1
Conversation
Pull request/0fa9e58a
# Conflicts: # src/dbi_impl.jl # src/types.jl
could you squashing commits? |
Can you squash when doing the merge ? |
oh. I'm not a maintainer of PostgreSQL.jl. Hopefully this PR needs the review and test by other maintainers. it would be better to have the tests for |
I thought you would merge it here and will be effective in your PR to PostgreSQL.jl, but it's okay I can make a PR there |
ok, I try to merge it here. |
Based on the comments of your PR in JuliaDatabases#48 (comment) & the fact that
unsafe_string
support only::Ptr{UInt8}
. The function that replacesbytestring(s)
isString(s)
Check hereAlso it included julia 0.6 depreciation fixes. There are many commits that represent my trials into going about this earlier :)