Skip to content

Commit 9cf5f47

Browse files
committed
Need sqlite3 lib since connection management explicitly loads sqlite3 even when testing from other adapters
1 parent 441312a commit 9cf5f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rakelib/rails.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ namespace :rails do
3434
File.join(root_dir, 'lib'),
3535
File.join(root_dir, driver, 'lib'),
3636
File.join(root_dir, 'test/rails'),
37+
File.join(root_dir, 'jdbc-sqlite3', 'lib'), # Added for connection management tests which hardcode sqlite3
3738
ar_test_dir
3839
]
3940

0 commit comments

Comments
 (0)