log(sql, name = "SQL", binds = [], statement_name = nil) Instance Protected methods
translate_exception(exception, message) Instance Protected methods
translate_exception_class(e, sql) Instance Protected methods
without_prepared_statement?(binds) Instance Protected methods
visit_AddColumn(o) Instance Public methods
emulate_booleans Class Public methods By default, the MysqlAdapter will consider all columns of type tinyint(1) as boolean. If you wish to disable this emulation (which was the default behavior in versions 0.13.1 and earlier) you can add the following line to your application.rb file: ActiveRecord::ConnectionAdapters::Mysql[2]Adapter.emulate_booleans = false
new(connection, logger, connection_options, config) Class Public methods FIXME: Make the first parameter more similar for the two adapters
add_column_position!(sql, options) Instance Public methods
begin_db_transaction() Instance Public methods
begin_isolated_db_transaction(isolation) Instance Public methods
Page 2071 of 11844