Sha256: 73bc34ceeb4e79865069112fc7c3758924466e9cd0315100bc3a6ef94efc5f7a
Contents?: true
Size: 711 Bytes
Versions: 12
Compression:
Stored size: 711 Bytes
Contents
# encoding: UTF-8 require 'date' require 'bigdecimal' require 'rational' unless RUBY_VERSION >= '1.9.2' require 'mysql2/version' unless defined? Mysql2::VERSION require 'mysql2/error' require 'mysql2/result' require 'mysql2/mysql2' require 'mysql2/client' # = Mysql2 # # A modern, simple and very fast Mysql library for Ruby - binding to libmysql module Mysql2 end if defined?(ActiveRecord::VERSION::STRING) && ActiveRecord::VERSION::STRING >= "3.1" puts "WARNING: This version of mysql2 (#{Mysql2::VERSION}) isn't compatible with Rails 3.1 as the ActiveRecord adapter was pulled into Rails itself." puts "WARNING: Please use the 0.3.x (or greater) releases if you plan on using it in Rails >= 3.1.x" end
Version data entries
12 entries across 12 versions & 1 rubygems