Get mssql databases support specially configured

This commit is contained in:
sunkaixuan 2022-03-16 21:54:35 +08:00
parent 66837ac18a
commit c39e67afd7

View File

@ -12,7 +12,7 @@ namespace SqlSugar
{
get
{
return "SELECT NAME FROM MASTER.DBO.SYSDATABASES ORDER BY NAME";
return "SELECT NAME FROM master.dbo.sysdatabases ORDER BY NAME";
}
}
protected override string GetColumnInfosByTableNameSql