From 525f23c56662386389d292c504157c3138941742 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Thu, 11 Jul 2024 12:02:12 +0800 Subject: [PATCH] =?UTF-8?q?SqlServer=E6=A8=A1=E5=BC=8FDEMO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/Asp.NetCore2/KdbndpTest/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/Asp.NetCore2/KdbndpTest/Program.cs b/Src/Asp.NetCore2/KdbndpTest/Program.cs index 1f5732c99..e7eeefb6a 100644 --- a/Src/Asp.NetCore2/KdbndpTest/Program.cs +++ b/Src/Asp.NetCore2/KdbndpTest/Program.cs @@ -15,13 +15,13 @@ namespace OrmTest OracleDemo.Init(); //SqlServer模式DEMO - SqlServerDemo.Init(); + //SqlServerDemo.Init(); //MySql模式DEMO - MySqlDemo.Init(); + //MySqlDemo.Init(); //PostgreSQL模式DEMO - PgSqlDemo.Init(); + //PgSqlDemo.Init(); //Unit test //NewUnitTest.Init();