Skip to content

Commit 331a688

Browse files
author
Praveen Narayanappa
committed
Updated Version and Change history
Signed-off-by: Praveen Narayanappa <pnarayanappa@waldevdbctpyl01.dev.rocketsoftware.com>
1 parent ecdce9e commit 331a688

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

IBM_DB_Adapter/ibm_db/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change Log
22
==============
3+
2023/10/11 (IBM_DB adapter 5.4.2, driver 3.1.0)
4+
- config.yml to have Environment variables to specify credentials.
5+
36
2023/03/29 (IBM_DB adapter 5.4.1, driver 3.1.0)
47
- Download clidriver issue fixed and replaced http links with https.
58

IBM_DB_Adapter/ibm_db/IBM_DB.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require 'pathname'
1010
Gem::Specification.new do |spec|
1111
# Required spec
1212
spec.name = 'ibm_db'
13-
spec.version = '5.4.1'
13+
spec.version = '5.4.2'
1414
spec.summary = 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}'
1515

1616
# Optional spec

IBM_DB_Adapter/ibm_db/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Testing the IBM_DB Adapter
133133
2) Edit the Rakefile to include ibm_db in list of adapters
134134
%w( mysql mysql2 postgresql sqlite3 sqlite3_mem firebird db2 oracle sybase openbase ibm_db frontbase jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb )
135135
3) Configure the connection information in test/config.yml for ibm_db
136+
Set Environment Variables DB2_USER1, DB2_PASSWD1, DB2_DATABASE1, DB2_HOST1, DB2_PORT1 etc... accordingly.
136137
4) run the test suite - rake test_ibm_db
137138

138139
Running IBM_DB driver test suite

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruby-ibmdb
33
Rails Adapter/Ruby Driver for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on IBMi, IBM Informix (IDS)}
44

55
```
6-
ibm_db gem version 5.4.0
6+
ibm_db gem version 5.4.2
77
88
Requirements:
99
Ruby should be installed(Ruby version should be >=2.5.x and <= 3.1.x)

0 commit comments

Comments
 (0)