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
System.InvalidOperationException : Sequence contains no matching element
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at ClickHouse.Ado.ClickHouseParameterCollection.get_Item(String parameterName)
at ClickHouse.Ado.ClickHouseCommand.<SubstituteParameters>b__46_0(Match m)
at System.Text.RegularExpressions.Regex.<>c.<Replace>b__84_0(ValueTuple`5& state, Match match)
at System.Text.RegularExpressions.RegexRunner.Scan[TState](Regex regex, String text, Int32 textstart, TState& state, MatchCallback`1 callback, Boolean reuseMatchObject, TimeSpan timeout)
at System.Text.RegularExpressions.Regex.Run[TState](String input, Int32 startat, TState& state, MatchCallback`1 callback, Boolean reuseMatchObject)
at System.Text.RegularExpressions.Regex.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat)
at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator)
at ClickHouse.Ado.ClickHouseCommand.SubstituteParameters(String commandText)
at ClickHouse.Ado.ClickHouseCommand.Execute(Boolean readResponse, ClickHouseConnection connection)
at ClickHouse.Ado.ClickHouseCommand.ExecuteReader(CommandBehavior behavior)
at ClickHouse.Ado.ClickHouseCommand.ExecuteReader()
at ClickHouse.Ado.ClickHouseCommand.ExecuteScalar()
at Indeepa.Infrastructure.ClickHouseClient.ClickHouseConnector.ExecuteScalar[T](String sql, DbParameter[] parameters)
The text was updated successfully, but these errors were encountered:
ClickHouse-Net/ClickHouse.Ado/ClickHouseCommand.cs
Line 137 in 05fd753
Failing Query Example:
Fails with exception:
The text was updated successfully, but these errors were encountered: