• A
    Session variables for mysql, mysql2, and postgresql adapters can be set · 97d06e8c
    Aaron Stone 提交于
    in the new 'variables:' hash in each database config section in database.yml.
    The key-value pairs of this hash will be sent in a 'SET key = value, ...'
    query on new database connections.
    
    The configure_connection methods from mysql and mysql2 into are
    consolidated into the abstract_mysql base class.
    97d06e8c
abstract_mysql_adapter.rb 25.1 KB