Skip to content

Commit a0c23f6

Browse files
committed
Fix for 0.7 compat
1 parent 4e33b7d commit a0c23f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
julia 0.6
22
DataStreams
3-
Compat 0.39.0
3+
Compat 0.48.0
44
Missings
55
DecFP

src/api.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module API
22

3-
using Compat, Compat.Dates, DecFP, Missings
3+
using Compat, Compat.Dates, Compat.Libdl, DecFP, Missings
44

55
let
66
global mysql_lib
@@ -552,4 +552,4 @@ function mysql_stmt_affected_rows(stmt)
552552
Culong, (Ptr{Cvoid}, ), stmt)
553553
end
554554

555-
end # module
555+
end # module

0 commit comments

Comments
 (0)