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
NullReferenceException: Object reference not set to an instance of an object.
AspNetCoreGeneratedDocument.Views_Admin_Query.ExecuteAsync() in Query.cshtml
-
<textarea id="monaco_textarea" hidden>@json</textarea>
}
@{
string sqlmode = "text/x-sql";
if (Model.FactoryName.Contains("Sqlite"))
{
sqlmode = "text/x-sqlite";
}
else if (Model.FactoryName.Contains("Mysql"))
{
sqlmode = "text/x-mysql";
The text was updated successfully, but these errors were encountered:
https://localhost:5001/Admin/Queries/Sql/Query
Don't fill anything and hit Query
Exception:
The text was updated successfully, but these errors were encountered: