On Thursday, November 17, 2016 at 2:48:46 PM UTC-8, Aaron Patterson wrote:
>
> Hi,
>
> Thanks for the bug report.  I'll fix the issue with the `integrity_check` 
> and create a new release.  Are you calling `auto_vacuum` in any of your 
> code?  I see it implemented in the gem, but it doesn't actually seem to be 
> used by anything right now.
>

I found the ref to 'auto_vacuum' & commented it out...  Has this been 
deprecated?  Here's the snippet:

        begin

            @db = SQLite3::Database.new(Strings::STATSDB)

            @db.results_as_hash = true

            @db.busy_timeout = 10

#            @db.auto_vacuum = true

            @db.execute("pragma foreign_keys=on;")

        rescue SQLite3::LockedException => l
 

> As a work-around, just downgrade to version 1.3.11 until I can ship 1.3.13.
>

Will do... thanks

-- sw
 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlite3-ruby" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to