We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b41d9a commit 1153bf1Copy full SHA for 1153bf1
lib/arjdbc/informix.rb
@@ -2,3 +2,4 @@
2
ArJdbc.load_java_part :Informix
3
require 'arjdbc/informix/adapter'
4
require 'arjdbc/informix/connection_methods'
5
+ArJdbc.warn_unsupported_adapter 'informix', [4, 2] # warns on AR >= 4.2
lib/arjdbc/mimer.rb
@@ -1,2 +1,3 @@
1
require 'arjdbc'
require 'arjdbc/mimer/adapter'
+ArJdbc.warn_unsupported_adapter 'mimer', [4, 2] # warns on AR >= 4.2
0 commit comments