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
boolisexistssql=newCommandText!=InnerCommand.CommandText&&(InnerCommand.CommandText.StartsWith("IF EXISTS",StringComparison.OrdinalIgnoreCase)||InnerCommand.CommandText.StartsWith("IF NOT EXISTS",StringComparison.OrdinalIgnoreCase));
//Note the exists check opens a new connection with adox/dao. If doing within a transaction it wont find the table until the transaction is committed. Just read anyway
//Note the exists check opens a new connection with adox/dao. If doing within a transaction it wont find the table until the transaction is committed. Just read anyway
thrownewInvalidOperationException($"The {nameof(DateTime)} value '{dateTime}' is smaller than the minimum supported value of '{JetConfiguration.TimeSpanOffset}'.");
81
-
}
82
-
83
-
dateTime=JetConfiguration.TimeSpanOffset;
78
+
thrownewInvalidOperationException($"The {nameof(DateTime)} value '{dateTime}' is smaller than the minimum supported value of '{newDateTime(100,1,1)}'.");
0 commit comments