allow "SELECT TOP 0" for mssql

Issue #2222 resolved
Former user created an issue

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

Comments (4)

  1. Mike Bayer repo owner
    • changed milestone to 0.7.2

    would want to see if this can be generalized across backends and if that's appropriate

  2. Log in to comment