Quantco / pytsql

Run mssql scripts from Python.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Add support for user-defined table types #52

Closed EnchoMishinevQC closed 1 year ago

EnchoMishinevQC commented 1 year ago

Simple extension of the grammar to support #51

The official documentation of the structure is here

First commit is the manual changes, second commit is the autogenerated code (to ease reviewing).