gramex
gramex copied to clipboard
FormHandler reports MSSQL-specific error
sqlalchemy.exc.CompileError: MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause
Using pip install sqlalchemy==1.3.9 fixes this, but it breaks with SQLAlchemy 1.4+.