Sha256: baab18ac2a5eddad560a773cd712cf680a950d8212fb5e9ff8cce165701408b6
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
# To run this script, run the following in a mysql instance: # # drop database if exists weblog_development; # create database weblog_development; # grant all on weblog_development.* to blog@localhost; require 'jdbc_common' class DerbyMultibyteTest < Test::Unit::TestCase include MultibyteTestMethods end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-jdbc-adapter-1.2.5 | test/derby_multibyte_test.rb |