# File lib/jdbc_adapter/jdbc_mysql.rb, line 33
    def self.extended(adapter)
      adapter.execute("SET SQL_AUTO_IS_NULL=0")
    end