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