Sha256: bceb65d654904738d9eec127a73da8cd115c67d142b9062430a2634920740135

Contents?: true

Size: 304 Bytes

Versions: 23

Compression:

Stored size: 304 Bytes

Contents

# To run this script, set up the following postgres user and database:
#
#   sudo -u postgres createuser -D -A -P blog
#   sudo -u postgres createdb -O blog weblog_development
#

require 'jdbc_common'
require 'db/postgres'

class PostgresSimpleTest < Test::Unit::TestCase
  include SimpleTestMethods
end

Version data entries

23 entries across 23 versions & 4 rubygems

Version Path
saturnflyer-activerecord-jdbc-adapter-0.9.3 test/postgres_simple_test.rb
jpzwarte-activerecord-jdbc-adapter-0.9.2.6 test/postgres_simple_test.rb
jpzwarte-activerecord-jdbc-adapter-0.9.2.5 test/postgres_simple_test.rb
jpzwarte-activerecord-jdbc-adapter-0.9.2.4 test/postgres_simple_test.rb
jpzwarte-activerecord-jdbc-adapter-0.9.2.3 test/postgres_simple_test.rb
jpzwarte-activerecord-jdbc-adapter-0.9.2.2 test/postgres_simple_test.rb
jpzwarte-activerecord-jdbc-adapter-0.9.2.1 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.9.0.1 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.9.2 test/postgres_simple_test.rb
ActiveRecord-JDBC-0.2.4 test/postgres_simple_test.rb
ActiveRecord-JDBC-0.4 test/postgres_simple_test.rb
ActiveRecord-JDBC-0.3 test/postgres_simple_test.rb
ActiveRecord-JDBC-0.3.1 test/postgres_simple_test.rb
ActiveRecord-JDBC-0.5 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.8.1 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.9.1 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.7 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.7.2 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.9 test/postgres_simple_test.rb
activerecord-jdbc-adapter-0.8.2 test/postgres_simple_test.rb