fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Prevent adding forward slash at the end of database url #29

Closed ghost closed 10 years ago

ghost commented 10 years ago

SQLAlcemy (0.9.7) rejects connecting to database when forward slashes are added to end of the url. I have removed check and append. Tested connection string with PostgreSQL (9.1.14), seems to be working.