Merged interrupt after timeout pr (#71)
* Merged interrupt after timeout pr * Bump version number
This commit is contained in:
committed by
GitHub
parent
852c3286cf
commit
f60a0b45e7
@@ -35,6 +35,7 @@
|
||||
bind/5,
|
||||
column_names/4,
|
||||
column_types/4,
|
||||
interrupt/1,
|
||||
close/3
|
||||
]).
|
||||
|
||||
@@ -128,6 +129,10 @@ column_names(_Db, _Stmt, _Ref, _Dest) ->
|
||||
column_types(_Db, _Stmt, _Ref, _Dest) ->
|
||||
erlang:nif_error(nif_library_not_loaded).
|
||||
|
||||
%% @doc Interrupt all active queries.
|
||||
interrupt(_Db) ->
|
||||
erlang:nif_error(nif_library_not_loaded).
|
||||
|
||||
%% @doc Close the connection.
|
||||
%%
|
||||
-spec close(esqlite:connection(), reference(), pid()) -> ok | {error, any()}.
|
||||
|
||||
Reference in New Issue
Block a user