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

Version Path
mysql2-0.2.18-x86-mswin32-60 lib/mysql2.rb
mysql2-0.2.18-x86-mingw32 lib/mysql2.rb
mysql2-0.2.18 lib/mysql2.rb
mysql2-0.2.17 lib/mysql2.rb
mysql2-0.2.16 lib/mysql2.rb
mysql2-0.2.16-x86-mswin32-60 lib/mysql2.rb
mysql2-0.2.16-x86-mingw32 lib/mysql2.rb
mysql2-0.2.15-x86-mswin32-60 lib/mysql2.rb
mysql2-0.2.14 lib/mysql2.rb
mysql2-0.2.13 lib/mysql2.rb
mysql2-0.2.12 lib/mysql2.rb
mysql2-0.2.11 lib/mysql2.rb