Skip to content

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

@JarriqTheTechie

Description

@JarriqTheTechie

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugAn existing feature is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions