Michael Beauregard

Results 2 comments of Michael Beauregard

It seems that: CREATE TABLE LIKE is not supported by sqlite. I also see this sqlite related commit from a fork https://github.com/foolabs/acts_as_archive/blob/b1b57e16b238602d25ee9bcdd0ca073519a9a037/require.rb. Putting parens around the like clause allows the...

Looking at the code more closely, I worked around the borked table creation by specifying the :indexes option: acts_as_archive :indexes => [:id] which forces the code through a slightly different...