Rails db migrations mariadb and transactions -


by default rails , rake use transactions when performing database migrations, if database supports them. mysql not , using mysql2 adapter, transactions not used. i'm using mariadb drop in replacement mysql, , support transactions. there way tell rake/rails use transactions? need find or write own adapter mariadb?


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -