mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
089251581137b041828a7e6dcbf75ecbef55b4a3
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.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%