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
-The Loading screen didn't properly scale to the user's resolution.
-Crash when trying to execute query in the db without having the proper configuration.
MessageBox.Show("An error was thrown while running the query ("+tb_aiquery.Text+")","The query failed to run in the PostgreSQL Server",MessageBoxButtons.OK,MessageBoxIcon.Error);
479
489
}
480
490
}
491
+
else{
492
+
MessageBox.Show("You need to set up a proper Database connection first!","No Database found",MessageBoxButtons.OK,MessageBoxIcon.Information);
0 commit comments