Revision
250 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 28 06:58:11 2013 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 247
+ fix issue(s) with manual recordings being deleted/updated/changed ... this was only intended for re-ocurring recordings
Revision
195 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 16 21:44:30 2013 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 194
+ speed-up sqllite insert of several rows at once by using: begin/end transation and setting the max # of items to insert at once, to 500 (which maybe the maximum # of compound insert statements that SqlLite supports)