Skip to content

Commit

Permalink
Need sqlite3 lib since connection management explicitly loads sqlite3…
Browse files Browse the repository at this point in the history
… even when testing from other adapters
  • Loading branch information
enebo committed Mar 26, 2024
1 parent 441312a commit 9cf5f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/rails.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ namespace :rails do
File.join(root_dir, 'lib'),
File.join(root_dir, driver, 'lib'),
File.join(root_dir, 'test/rails'),
File.join(root_dir, 'jdbc-sqlite3', 'lib'), # Added for connection management tests which hardcode sqlite3
ar_test_dir
]

Expand Down

0 comments on commit 9cf5f47

Please sign in to comment.