You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace assertions with descriptive exceptions in findTypeInfoBySqlEngineTypeId
Closes#354
Replace the cryptic assert/Seq.exactlyOne pattern in findTypeInfoBySqlEngineTypeId
and findTypeInfoByProviderType with proper exceptions that include actionable
diagnostic messages. This helps developers understand the cache invalidation
race condition described in issue #354 instead of seeing an opaque
assertion failure or 'Sequence contains no elements' error.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments