Sha256: 366f626bdf1a7b44636fdf97e5b89f9b9c9c522d781604da1acf686287ccfd3e

Contents?: true

Size: 663 Bytes

Versions: 1

Compression:

Stored size: 663 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::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.1 lib/mysql2.rb