We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39aa34 commit c2ff301Copy full SHA for c2ff301
.travis.yml
Project.toml
@@ -16,7 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
16
[compat]
17
julia = "1"
18
BinaryProvider = "0.5"
19
-DBInterface = "2"
+DBInterface = "2.5"
20
Tables = "1"
21
DecFP = "0.4.9, 0.4.10, 1"
22
MariaDB_Connector_C_jll = "3"
src/prepare.jl
@@ -22,6 +22,8 @@ end
@noinline checkstmt(stmt::Statement) = checkstmt(stmt.stmt)
23
@noinline checkstmt(stmt::API.MYSQL_STMT) = stmt.ptr == C_NULL && error("prepared mysql statement has been closed")
24
25
+DBInterface.getconnection(stmt::Statement) = stmt.conn
26
+
27
"""
28
DBInterface.close!(stmt)
29
0 commit comments