mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-04 04:34:30 +00:00
* [mssql] align bulk method signatures with implementation
* [mssql] add optional table path properties
These properties go alongside the optional tableName parameter as per [this part of the table script](6188de3a83/lib/table.js (L10-L17))
* [mssql] add optional temporary property to Table class