Skip to content

Commit

Permalink
Remove Transaction Fix in favour of configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Mar 12, 2024
1 parent d7d67e6 commit cb46b21
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
1 change: 0 additions & 1 deletion test/support/active_record.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require "active_record"
require_relative "sqlite_transaction_fix"

ENV["DB"] = "mysql" unless ENV["DB"]

Expand Down
1 change: 1 addition & 0 deletions test/support/ci_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sqlite:
database: db/test.sqlite3
pool: 5
timeout: 5000
default_transaction_mode: EXCLUSIVE

mysql:
adapter: mysql2
Expand Down
1 change: 1 addition & 0 deletions test/support/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sqlite:
database: db/test.sqlite3
pool: 5
timeout: 5000
default_transaction_mode: EXCLUSIVE

mysql:
adapter: mysql2
Expand Down
31 changes: 0 additions & 31 deletions test/support/sqlite_transaction_fix.rb

This file was deleted.

0 comments on commit cb46b21

Please sign in to comment.