Skip to content

Commit

Permalink
Reference SQLite3 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfadden committed Mar 25, 2024
1 parent 7a40749 commit 10731a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def raw_execute(sql, name, **kwargs)
PostgreSQL::DatabaseStatements.prepend(AutoRetryAllReads)
end
ActiveSupport.on_load(:active_record_sqlite3adapter) do
Sqlite3::DatabaseStatements.prepend(AutoRetryAllReads)
SQLite3::DatabaseStatements.prepend(AutoRetryAllReads)
end
ActiveSupport.on_load(:active_record_trilogyadapter) do
Trilogy::DatabaseStatements.prepend(AutoRetryAllReads)
Expand Down

0 comments on commit 10731a5

Please sign in to comment.