mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Sqlite Collate
This commit is contained in:
@@ -37,6 +37,11 @@ namespace SqlSugar
|
||||
}
|
||||
return result;
|
||||
}
|
||||
public override string Collate(MethodCallExpressionModel model)
|
||||
{
|
||||
var name = model.Args[0].MemberName;
|
||||
return $" {name} COLLATE BINARY ";
|
||||
}
|
||||
public override string JsonIndex(MethodCallExpressionModel model)
|
||||
{
|
||||
var parameter = model.Args[0];
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore</id>
|
||||
<version>5.1.4.203-preview02</version>
|
||||
<version>5.1.4.203-preview08</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>果糖大数据科技</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
|
Reference in New Issue
Block a user