records icon indicating copy to clipboard operation
records copied to clipboard

MSSQL Queries are broken

Open bfmcneill opened this issue 4 years ago • 0 comments

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.

bfmcneill avatar Oct 19 '20 14:10 bfmcneill