This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
GitHub
/
SqlSugar
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Update QuestDb
SqlSugar5
sunkaixuan
2 years ago
parent
0e0bed3428
commit
8c7dfefb3e
2 changed files
with
2 additions
and
2 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
Src/Asp.Net/SqlSugar/Realization/QuestDB/QuestDBProvider.cs
2
Src/Asp.NetCore2/SqlSugar/Realization/QuestDB/QuestDBProvider.cs
2
Src/Asp.Net/SqlSugar/Realization/QuestDB/QuestDBProvider.cs
View File
@ -81,7 +81,7 @@ namespace SqlSugar
try
{
int
i
=
0
;
while
(
i
<
1
0
)
while
(
i
<
1
5
)
{
try
{
2
Src/Asp.NetCore2/SqlSugar/Realization/QuestDB/QuestDBProvider.cs
View File
@ -81,7 +81,7 @@ namespace SqlSugar
try
{
int
i
=
0
;
while
(
i
<
1
0
)
while
(
i
<
1
5
)
{
try
{
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub/SqlSugar
Title
Body
Create Issue