Skip to content

Commit 1153bf1

Browse files
committed
warn on mimer and informix adapters as unsupported on 4.2
1 parent 1b41d9a commit 1153bf1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/arjdbc/informix.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
ArJdbc.load_java_part :Informix
33
require 'arjdbc/informix/adapter'
44
require 'arjdbc/informix/connection_methods'
5+
ArJdbc.warn_unsupported_adapter 'informix', [4, 2] # warns on AR >= 4.2

lib/arjdbc/mimer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
require 'arjdbc'
22
require 'arjdbc/mimer/adapter'
3+
ArJdbc.warn_unsupported_adapter 'mimer', [4, 2] # warns on AR >= 4.2

0 commit comments

Comments
 (0)