mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
e1e160efcc
commit
836cec0dbd
@ -69,7 +69,7 @@ namespace OrmTest {
|
|||||||
{
|
{
|
||||||
var db = new SqlSugarScope(new SqlSugar.ConnectionConfig()
|
var db = new SqlSugarScope(new SqlSugar.ConnectionConfig()
|
||||||
{
|
{
|
||||||
ConnectionString = "PORT=5432;DATABASE=SqlSugar4xTest;HOST=localhost;PASSWORD=haosql;USER ID=postgres",
|
ConnectionString =Config.ConnectionString2,
|
||||||
DbType = SqlSugar.DbType.PostgreSQL,
|
DbType = SqlSugar.DbType.PostgreSQL,
|
||||||
IsAutoCloseConnection = true
|
IsAutoCloseConnection = true
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user