Sha256: 6ac03590eee5cdd281826c12df6387b0800b2930f45c4bb4b546242ce09d83bf
Contents?: true
Size: 178 Bytes
Versions: 2
Compression:
Stored size: 178 Bytes
Contents
module Jdbc module H2 VERSION = "1.1.107" end end if RUBY_PLATFORM =~ /java/ require "h2-#{Jdbc::H2::VERSION}.jar" else warn "jdbc-h2 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/h2/lib/jdbc/h2.rb |
jdbc-h2-1.1.107 | lib/jdbc/h2.rb |