Adding column names functionality

This commit is contained in:
Maas-Maarten Zeeman
2011-11-21 20:34:13 +01:00
parent e04da6dcc7
commit a082740cb6
3 changed files with 31 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ column_names_test() ->
{ok, Stmt} = esqlite3:prepare("select * from test_table", Db),
test = esqlite3:column_names(Stmt),
{one, two} = esqlite3:column_names(Stmt),
ok.