| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Merged now thanks! |
Sorry, something went wrong.
|
When do you plan to release a new NuGet package? |
Sorry, something went wrong.
|
Hi guys, I tested the new code and unfortunately we still have a last hardcoded question mark in SqlResult {
var deepParameters = Helper.Flatten(Bindings).ToList();
return Helper.ReplaceAll(RawSql, "?", i =>
{
if (i >= deepParameters.Count)
{
throw new Exception(
$"Failed to retrieve a binding at index {i}, the total bindings count is {Bindings.Count}");
}
var value = deepParameters[i];
return ChangeToSqlValue(value);
});
}
Apparently the compiler is not saved in any of the properties or fields of SqlResult, otherwise I would have created a PR :) |
Sorry, something went wrong.
|
@kamisoft-fr thanks for reporting, oops yes this still missing, we should find a way to instruct the SqlResult to copy the placeholder from the compiler, do you have any suggestion? |
Sorry, something went wrong.
|
Hi @ahmad-moussawi, do you have the time to take a look at PR #592 ? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Accidentally closed the old PR #592