Return a row... todo get the values

This commit is contained in:
Maas-Maarten Zeeman
2011-10-27 17:10:41 +02:00
parent 0331764f99
commit 64c4192fbb
2 changed files with 27 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ prepare_test() ->
{ok, St2} = esqlite:prepare(Db, "select * from test_table"),
[ok] = exec(St2),
[{ok, ok}] = exec(St2),
ok.
exec(Statement) ->