threaded sqlite

This commit is contained in:
Max Lapshin
2009-10-14 15:33:01 +04:00
parent 8ec1f1fdad
commit a33403b927
2 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,8 @@ test() ->
sqlite3:delete(ct, user, {name, "abby"}),
sqlite3:drop_table(ct, user),
%sqlite3:delete_db(ct)
sqlite3:close(ct).
sqlite3:close(ct),
io:format("Tests passed~n").
main(_) ->
try test() of