mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update sqlite
This commit is contained in:
parent
6578a41474
commit
5992cd11bd
@ -76,6 +76,11 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
|
|
||||||
batchInsetrSql.AppendLine(";SELECT LAST_INSERT_ROWID();");
|
batchInsetrSql.AppendLine(";SELECT LAST_INSERT_ROWID();");
|
||||||
|
if (MySqlIgnore)
|
||||||
|
{
|
||||||
|
batchInsetrSql.Remove(0, "INSERT INTO `".Length);
|
||||||
|
batchInsetrSql.Insert(0, "REPLACE INTO `");
|
||||||
|
}
|
||||||
var result = batchInsetrSql.ToString();
|
var result = batchInsetrSql.ToString();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCore</id>
|
<id>SqlSugarCore</id>
|
||||||
<version>5.1.4.197-preview04</version>
|
<version>5.1.4.197-preview13</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>果糖大数据科技</owners>
|
<owners>果糖大数据科技</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user