db.sqlite.lib: fixing sqlite-row word.
parent
50c3f2e03e
commit
6c4ba923ae
|
@ -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 -- ? )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue