db.sqlite.lib: fixing sqlite-row word.
parent
ae4a9557bc
commit
a46297fd1d
|
|
@ -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