Skip to content

Commit b30c4b0

Browse files
committed
require super call is not needed and causes issues double loading features on 1.7.15
e.g. *TypeError: superclass mismatch for class SQLiteColumn*
1 parent 40e9630 commit b30c4b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/arjdbc/jdbc/adapter_require.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def require(path)
3939
super('arjdbc/sqlite3')
4040
else super
4141
end
42-
super
4342
end
4443

4544
end

0 commit comments

Comments
 (0)