mirror of
https://github.com/github/rails.git
synced 2026-01-29 00:08:15 -05:00
SQLite#add_column executes "VACUUM", which fails if inside a live transaction. This patch ensures a valid exception is raised if add_column is executed within a live transaction for sqlite adapter.