Mapper BUG

This commit is contained in:
skx
2020-10-13 10:37:48 +08:00
parent d70c60385e
commit 8abaf48a12
4 changed files with 233 additions and 2 deletions

View File

@@ -17,7 +17,10 @@ namespace OrmTest
DbType = DbType.PostgreSQL,
ConnectionString = Config.ConnectionString,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true
IsAutoCloseConnection = true,
MoreSettings=new ConnMoreSettings() {
PgSqlIsAutoToLower=false
}
});
db.DbFirst.CreateClassFile("c:\\Demo\\1", "Models");