We traditionally used sqlite and had code to convert it to sqlite3 when using it as a rails new --database=… option.
Moving to use the same naming simplifies the setup. Sandbox and solidus_core script should already be compatible with the rails-compatible name.
Summary
We traditionally used
sqlite
and had code to convert it tosqlite3
when using it as arails new --database=…
option. Moving to use the same naming simplifies the setup. Sandbox and solidus_core script should already be compatible with the rails-compatible name.Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed (~cross them out~ if they are not):