Update 人大金仓

This commit is contained in:
sunkaixuan
2025-04-14 14:38:28 +08:00
parent 149abe190d
commit 93b3cab269

View File

@@ -139,6 +139,9 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("bit",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("bit varying",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("binary",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("varbinary",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("image",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("varbit",CSharpDataType.@byte),
new KeyValuePair<string, CSharpDataType>("rowversion",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("regclass",CSharpDataType.@object),