Skip to content

Commit 9ed53c0

Browse files
committed
no need to export another Column constant in AS400
1 parent 909fdbf commit 9ed53c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/arjdbc/db2/as400.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ def self.column_selector
2020
[ /as400/i, lambda { |config, column| column.extend(Column) } ]
2121
end
2222

23-
# @private
24-
Column = DB2::Column
25-
2623
# Boolean emulation can be disabled using :
2724
#
2825
# ArJdbc::AS400.emulate_booleans = false

0 commit comments

Comments
 (0)