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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -