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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
With the upcoming changes for mssql, we get result types in the visitors and don't need to panic anymore in cases where user wants to use types such as Array in databases that do not support them (everything else except PostgreSQL).
Remove all places of panic!, unimplemented! etc. and replace them with proper error types.
The text was updated successfully, but these errors were encountered:
With the upcoming changes for mssql, we get result types in the visitors and don't need to panic anymore in cases where user wants to use types such as
Array
in databases that do not support them (everything else except PostgreSQL).Remove all places of
panic!
,unimplemented!
etc. and replace them with proper error types.The text was updated successfully, but these errors were encountered: