kennethreitz / records

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

can not read sqlserver! data can be read using sqlalchemy but records no! #200

Open AlitaIcon opened 3 years ago

AlitaIcon commented 3 years ago

bug

badnotes commented 3 years ago

Please test fetchall:

rows = db.query("select * from table_name", fetchall=True)