Migrate to Avalonia 11.0.0-preview6

This commit is contained in:
Mbucari 2023-03-22 13:10:32 -06:00
parent ed6f741a65
commit 7289459170
49 changed files with 90 additions and 905 deletions

View file

@ -64,7 +64,8 @@ namespace HangoverBase
try
{
var sql = _commands.SqlInput().Trim();
var sql = _commands.SqlInput()?.Trim();
if (sql is null) return;
#region // explanation
// Routing statements to non-query is a convenience.