Azure / sql-action

🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
MIT License
103 stars 58 forks source link

Use latest release from sqlcmd #229

Open zijchen opened 5 months ago

zijchen commented 5 months ago
zijchen commented 5 months ago

Should we introduce a new sqlcmd-version input?

dzsquared commented 5 months ago

Should we introduce a new sqlcmd-version input? On a similar topic - I think we want to have an implementation in the future that creates a code path where sqlcmd isn't downloaded unless its missing. At the very least, this will save time in the runner. This also sets environments up to have reproducible sets of software.