Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JarriqTheTechie opened this issue Aug 26, 2022 · 0 comments · Fixed by #829
Closed
Labels
bug An existing feature is not working as intended

Comments

@JarriqTheTechie
Copy link
Contributor

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'

@JarriqTheTechie JarriqTheTechie added the bug An existing feature is not working as intended label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An existing feature is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant