mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-30 03:21:02 +01:00
Fix SQLite stats, wasn't counting read rows.
This commit is contained in:
parent
8dda84b0e8
commit
8bf4bffb2c
@ -155,8 +155,11 @@
|
||||
:do (setf (aref v x)
|
||||
(sqlite:statement-column-value statement x)))
|
||||
v)
|
||||
counting t into rows
|
||||
do (funcall process-row-fn row)
|
||||
finally (sqlite:finalize-statement statement))))
|
||||
finally
|
||||
(sqlite:finalize-statement statement)
|
||||
(return rows))))
|
||||
|
||||
|
||||
(defmethod copy-to-queue ((sqlite copy-sqlite) dataq)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user