Skip to content

Commit

Permalink
Merge pull request #5613 from mamhoff/4.2-fix-extension-builds
Browse files Browse the repository at this point in the history
[v4.2] Allow "sqlite3" as ENV["DB"]
  • Loading branch information
spaghetticode authored Jan 24, 2024
2 parents b9aa482 + 8070485 commit 34e00f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'mysql'
when 'postgres', 'postgresql'
'postgres'
when 'sqlite', '', nil
when /sqlite3?/, '', nil
'sqlite'
else
raise "Invalid DB specified: #{ENV['DB']}"
Expand Down

0 comments on commit 34e00f5

Please sign in to comment.