You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting tired of pretending that a Database is backed by anything other than a RDBMSDatabase.
There are quite a few places in the code where we force the use of an RDBMSDatabase,
so we should just go with it and make them the same thing.
This would put a lot of code in a single class, but that is typically the case with database-like classes.
Investigate this matter.
The text was updated successfully, but these errors were encountered:
Issue by eriq-augustine
Saturday Aug 17, 2019 at 11:22 GMT
Originally opened as eriq-augustine#212
I am getting tired of pretending that a Database is backed by anything other than a RDBMSDatabase.
There are quite a few places in the code where we force the use of an RDBMSDatabase,
so we should just go with it and make them the same thing.
This would put a lot of code in a single class, but that is typically the case with database-like classes.
Investigate this matter.
The text was updated successfully, but these errors were encountered: