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(csharp/src/Drivers): Make AdbcCommandTimeoutProperty to optional (#4197)
Previously, setting CommandTimeout required AdbcCommandTimeoutProperty
to be set first, throwing InvalidOperationException if it was not,
specifically in Snowflake's case.
Now, AdbcCommandTimeoutProperty is nullable and CommandTimeout stores
the value locally when no driver property is configured, only
propagating to the driver via SetOption when the property is set.
Fixed previous PR: #2312
Co-authored-by: Dan Liu <liudan7@microsoft.com>
0 commit comments