Update odbc

This commit is contained in:
sunkaixuan
2024-06-29 18:55:11 +08:00
parent 4194de5d64
commit 121b1eb497
2 changed files with 14 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ namespace SqlSugar.Odbc
{
public static string SqlTranslationLeft ="";
public static string SqlTranslationRight="";
public static bool IsCompatibleWithOldDatabaseVersion = false;
}
}