Skip to content

Commit a3a91e2

Browse files
committed
Work around some change in AR
1 parent 7b67925 commit a3a91e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/arjdbc/mysql/adapter.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def explain(arel, binds = [])
107107

108108
# Reloading the type map in abstract/statement_cache.rb blows up postgres
109109
def clear_cache!
110-
reload_type_map
110+
# FIXME: This seems to have disappeared in Rails 7?
111+
# reload_type_map
111112
super
112113
end
113114

0 commit comments

Comments
 (0)