method
supports_ddl_transactions?
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
supports_ddl_transactions?()public
Does this adapter support DDL rollbacks in transactions? That is, would CREATE TABLE or ALTER TABLE get rolled back by a transaction? PostgreSQL, SQL Server, and others support this. MySQL and others do not.