../../../tests/docs-examples-test/csharp.sh

This commit is contained in:
xleili 2022-11-04 16:21:08 +08:00
parent 8886785be1
commit ff1313f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ dotnet run --project optsTelnet/optstelnet.csproj
taos -s "drop database if exists test"
dotnet run --project optsJSON/optsJSON.csproj
taos -s "create database if exists test"
taos -s "create database if not exists test"
dotnet run --project wsConnect/wsConnect.csproj
dotnet run --project wsInsert/wsInsert.csproj
dotnet run --project wsStmt/wsStmt.csproj