Skip to content

Commit

Permalink
Merge pull request #80 from titsuki/use-dispose
Browse files Browse the repository at this point in the history
sqlite: Use .dispose instead of .disconnect
  • Loading branch information
salortiz committed Dec 22, 2016
2 parents 37b55cb + 4d484dd commit b65a489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sqlite.p6
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ say $arrayref.elems; # 3

# Cleanup
$sth.finish;
$dbh.disconnect;
$dbh.dispose;

0 comments on commit b65a489

Please sign in to comment.