Update QuestDb

This commit is contained in:
sunkaixuan
2024-01-06 02:26:57 +08:00
parent 37214eb8d0
commit 64922c9ff9

View File

@@ -56,7 +56,7 @@ namespace SqlSugar
}
public override DbCommand GetCommand(string sql, SugarParameter[] parameters)
{
if (sql == "\r\n")
if (sql == Environment.NewLine)
{
sql = "SELECT 0";
}