abbgrade / PsSqlClient

The PowerShell SQL Client module aims to replace to the SQL Server utilities SQLCMD and BCP
https://abbgrade.github.io/PsSqlClient/
MIT License
0 stars 1 forks source link

Connection breaks when token expires #9

Closed abbgrade closed 6 months ago

abbgrade commented 2 years ago

If a connection is used long after creation the token expires.

SqlException: Login failed for user ''. Token is expired. SqlException: The connection is broken and recovery is not possible.

Token refresh is currently not supported.

abbgrade commented 2 years ago

This can be fixed with enhancement #2

abbgrade commented 2 years ago

needs retest with current release