Differences From Artifact [650ae4ee4d]:
- File db.scm — part of check-in [a8611cb85d] at 2017-01-07 22:42:51 on branch v1.63-stackdumpfix — Refactoring state-status, consolidating calls and fixed nested transaction. Probably broke rollup... (user: matt, size: 168501) [annotate] [blame] [check-ins using]
To Artifact [4b41a71fe1]:
- File db.scm — part of check-in [03693d434a] at 2017-01-07 23:37:54 on branch v1.63-stackdumpfix — Turned on delay if busy in sync back (user: matt, size: 168498) [annotate] [blame] [check-ins using]
︙ | |||
624 625 626 627 628 629 630 | 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 | - + | full-sel) ;; first pass implementation, just insert all changed rows (for-each (lambda (targdb) (let* ((db (db:dbdat-get-db targdb)) (stmth (sqlite3:prepare db full-ins))) |
︙ |