PostgreSQL.jl icon indicating copy to clipboard operation
PostgreSQL.jl copied to clipboard

Fixed some warnings

Open essenciary opened this issue 9 years ago • 4 comments
trafficstars

Fixed a series of deprecation warnings in Julia 0.5

essenciary avatar Sep 22 '16 12:09 essenciary

This is going to need more detailed attention in order to keep compatibility with 0.4

iamed2 avatar Sep 22 '16 12:09 iamed2

It's a bit of a mess - the last 2 commits were about switching back to bytestring() as unsafe_string() would make the tests to fail (it's not a straightforward replacement).

420272a and 2c4ac45 are all right.

I can tweak them a bit, to keep them working in v0.4. I'm thinking by adding version detection and type / function aliases?

Or if you have other ideas, let me know, happy to help.

essenciary avatar Sep 23 '16 16:09 essenciary

Version detection with aliases sounds like the right way forward to me :)

iamed2 avatar Sep 23 '16 16:09 iamed2

All right, I'll give it a go 👍

essenciary avatar Oct 03 '16 05:10 essenciary