Closed steveh closed 7 years ago
Hi @steveh, thanks for this great Pull Request !
Thanks @JonathanTron! I see that you released v0.9.16 which has this PR in the release notes, but it doesn't seem to actually be included in that release? https://github.com/TalentBox/sequel-rails/compare/v0.9.16...master
@steveh You're right, I've messed up this release somehow... I'm fixing it and will release 0.9.17.
Thanks for catching it.
This patch makes sequel-rails behave a bit more like ActiveRecord.
db:setup
should be more resilient in that it won't fail to drop a database that doesn't exist.Certain combinations of database.yml, ENV["DATABASE_URL"] and JDBC will now succeed when the port defaults to zero.