carbon-io / carbond

MIT License
2 stars 5 forks source link

Properly supporting multiple dbUris #151

Closed rmiyashiro closed 7 years ago

rmiyashiro commented 7 years ago

Fixed a bug where the dbUris property wasn't being correctly processed. Instead of populating the dbs map, it was just repeatedly setting this.db over and over again, resulting in this.dbs being empty and this.db pointing to the last connection created.