- attached sqlalchemy-mssql-limit.diff
Currently, we can't generate "SELECT TOP 0" query for mssql because the code checks for select._limit instead of select._limit is not None
Currently, we can't generate "SELECT TOP 0" query for mssql because the code checks for select._limit instead of select._limit is not None
would want to see if this can be generalized across backends and if that's appropriate
Removing milestone: 0.7.3 (automated comment)
this patch works for me