MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
165 stars 48 forks source link

AttributeError: 'MSSQLGrammar' object has no attribute 'subquery_alias_string' #785

Closed JarriqTheTechie closed 1 year ago

JarriqTheTechie commented 2 years ago

Describe the bug When using the following syntax while using a MSSQL database, masoniteorm throws the following error.

class Store(Model):
    __selects__ = ["username", "administrator as is_admin"]

AttributeError: 'MSSQLGrammar' object has no attribute 'subquery_alias_string'