Sha256: a3d5758ba20c9e8063889e59f7c920442dfa2e4e7c602649b7468c80984db5ce

Contents?: true

Size: 852 Bytes

Versions: 48

Compression:

Stored size: 852 Bytes

Contents

# To run tests:
#  1. Copy this file to test/connections/databases.yml.
#  2. Update to match the databases you want to test against.

ibm_db:
  database: ocdpdev
  username: db2inst1
  password: password
  host: localhost

mysql:
  adapter: mysql2
  username: root
  password: mysql
  database: composite_primary_keys_unittest

oracle:
  adapter: oracle_enhanced
  database: xe
  username: SYSTEM
  password: oracle
  host: localhost

postgresql:
  adapter: postgresql
  database: composite_primary_keys_unittest
  username: postgres
  host: localhost

sqlite:
  adapter: sqlite3
  database: <%= File.join(project_root, 'db', 'composite_primary_keys_unittest.sqlite') %>

sqlserver:
  adapter: sqlserver
  username: cpk
  password: cpk
  database: composite_primary_keys_unittest
  host: localhost
  port: 1433

Version data entries

48 entries across 41 versions & 1 rubygems

Version Path
composite_primary_keys-13.0.1 test/connections/databases.example.yml
composite_primary_keys-13.0.0 test/connections/databases.example.yml
composite_primary_keys-12.0.10 test/connections/databases.example.yml
composite_primary_keys-12.0.9 test/connections/databases.example.yml
composite_primary_keys-12.0.8 test/connections/databases.example.yml
composite_primary_keys-12.0.6 test/connections/databases.example.yml
composite_primary_keys-12.0.5 test/connections/databases.example.yml
composite_primary_keys-12.0.4 test/connections/databases.example.yml
composite_primary_keys-12.0.3 test/connections/databases.example.yml
composite_primary_keys-12.0.2 test/connections/databases.example.yml
composite_primary_keys-11.3.1 test/connections/databases.example.yml
composite_primary_keys-12.0.1 test/connections/databases.example.yml
composite_primary_keys-12.0.0 test/connections/databases.example.yml
composite_primary_keys-12.0.0.rc5 test/connections/databases.example.yml
composite_primary_keys-12.0.0.rc4 test/connections/databases.example.yml
composite_primary_keys-12.0.0.rc3 test/connections/databases.example.yml
composite_primary_keys-12.0.0.rc2 test/connections/databases.example.yml
composite_primary_keys-12.0.0.rc1 test/connections/databases.example.yml
composite_primary_keys-11.2.0 test/connections/databases.example.yml
composite_primary_keys-11.1.0 test/connections/databases.example.yml