miyagawa / remedie

perl based pluggable media center application

Home Page:http://remediecode.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support SQLite transaction

miyagawa opened this issue · comments

by default RDBO sets AutoCommit, so all save() are in sync. I guess Store::Remedie can make use of
transaction to make the bulk insert/update way faster.

wrap bulk updates in a SQLite transaction. Closed by 1cea77a