Sha256: 6d81ea5adc4a160337a05d3803a81cfe64aac8905ae4f47bfe04f54ab804393c
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 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/mysql2' require 'mysql2/client' require 'mysql2/result' # = Mysql2 # # A modern, simple and very fast Mysql library for Ruby - binding to libmysql module Mysql2 end if defined?(ActiveRecord) && ActiveRecord::VERSION::STRING < "3.1" puts "WARNING: This version of mysql2 (#{Mysql2::VERSION}) doesn't ship with the ActiveRecord adapter bundled anymore as it's now part of Rails 3.1" puts "WARNING: Please use the 0.2.x releases if you plan on using it in Rails <= 3.0.x" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mysql2-0.3.0 | lib/mysql2.rb |