Sha256: d52dbe2f953bd6e57c961cf227bdac297f306d4610e2a95f94f3ae96afaf236c
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
module Jdbc module MySQL VERSION = "5.0.4" end end if RUBY_PLATFORM =~ /java/ require "mysql-connector-java-#{Jdbc::MySQL::VERSION}-bin.jar" else warn "jdbc-mysql is only for use with JRuby" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
saturnflyer-activerecord-jdbc-adapter-0.9.3 | drivers/mysql/lib/jdbc/mysql.rb |
jdbc-mysql-5.0.4 | lib/jdbc/mysql.rb |