This commit is contained in:
28810
2019-02-15 17:49:01 +08:00
parent 84449e57f3
commit 2ca55c3d15
18 changed files with 403 additions and 396 deletions

View File

@ -41,7 +41,3 @@
public static string FormatSqlite (this string that, params object[] args) => _sqliteAdo.Addslashes(that, args);
static FreeSql.Sqlite.SqliteAdo _sqliteAdo = new FreeSql.Sqlite.SqliteAdo();
}
namespace System.Runtime.CompilerServices {
public class ExtensionAttribute : Attribute { }
}