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
Most other drivers silently coerce null to "". (Sqlite leaves it as null.) This is also the general behaviour for DbConnection.ConnectionString, even for npgsql.
I plan to default to "" and coerce .CommandText = null to "".
As per the docs.
I'd also consider throwing if null is set, although that would be a slightly bigger breaking change.
The text was updated successfully, but these errors were encountered: