Skip to content

Conversation

@randlet
Copy link
Contributor

@randlet randlet commented Mar 26, 2021

Without this patch, subqueries with orderings result in an exception:

ProgrammingError: ('42000', '[42000] [Microsoft][ODBC Driver 13 for
    SQL Server][SQL Server]The ORDER BY clause is invalid in views,
    inline functions, derived tables, subqueries, and common table
    expressions, unless TOP, OFFSET or FOR XML is also specified.
    (1033) (SQLExecDirectW)')

Resolves issue #12.

Without this patch, subqueries with orderings result in an exception:

    ProgrammingError: ('42000', '[42000] [Microsoft][ODBC Driver 13 for
        SQL Server][SQL Server]The ORDER BY clause is invalid in views,
        inline functions, derived tables, subqueries, and common table
        expressions, unless TOP, OFFSET or FOR XML is also specified.
        (1033) (SQLExecDirectW)')

Resolves issue microsoft#12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants