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
Today, we can't support multiplexing for DbDataSource (only supported in Postgres) because the lock pool is keyed on connection string and also uses connection string as its factory input.
We could extend this to support DbDataSource as a key (reference equality) and then also provide DbDataSource constructors to any other providers that don't have them yet.
The text was updated successfully, but these errors were encountered:
Today, we can't support multiplexing for DbDataSource (only supported in Postgres) because the lock pool is keyed on connection string and also uses connection string as its factory input.
We could extend this to support DbDataSource as a key (reference equality) and then also provide DbDataSource constructors to any other providers that don't have them yet.
The text was updated successfully, but these errors were encountered: