db.sqlite.lib: fixing sqlite-row word.

db4
John Benediktsson 2010-08-13 14:23:05 -07:00
parent 50c3f2e03e
commit 6c4ba923ae
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ ERROR: sqlite-sql-error < sql-error n string ;
} case ;
: sqlite-row ( handle -- seq )
dup sqlite-#columns [ sqlite-column ] with map ;
dup sqlite-#columns [ sqlite-column ] with { } map-integers ;
: sqlite-step-has-more-rows? ( prepared -- ? )
{