kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

MSSQL Queries are broken #201

Open bfmcneill opened 3 years ago

bfmcneill commented 3 years ago

I see a few remarks on here about MSSQL being broken. Here is a simple query you can run for testing.

SELECT GETDATE() as mydatetime

If you run that on sql server you should get one row one column result. When you run that with the records package no result comes back.