TimelordUK / node-sqlserver-v8

branched from node-sqlserver, SQL server driver compatible with all versions of Node
Other
135 stars 43 forks source link

fix: avoid duplicated lines if column is both pk and fk #336

Closed lePauloRicardo closed 1 month ago

lePauloRicardo commented 1 month ago

This PR aims to fix #335, by changing the query that fetches the column information from the database, avoiding duplicate lines

TimelordUK commented 1 month ago

thanks a lot, nice fix