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
NpgsqlDataSource.CreateCommand() currently returns a command implementation which uses NpgsqlConnection under the hood, but it could bypass that and execute directly on NpgsqlConnector (less unneeded overhead).