-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freesql打印sql语句是:INSERT INTO articulo
(ID
, CN
) VALUES('1', 'Ь×Ó'),为什么执行就变成1 D?¡Á¨?
#1241
Comments
关于编码,需要检查数据库,数据库表,连接字符串。 |
var ss = await _articuloRepository.Orm.Ado.ExecuteNonQueryAsync(@"INSERT INTO |
需要先检查传递进来的 entity 属性值是不是就已经乱码了。 |
原因是仓储执行了两次 Aop.AuditValue,前几天已经处理了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述及重现步骤:
Ь×Ó 来自
freesql打印sql语句是:INSERT INTO
articulo
(ID
,CN
) VALUES('1', 'Ь×Ó'),为什么执行就变成1 D?¡Á¨?用下面的执行
但这样执行正常插入INSERT INTO
articulo
(ID
,CN
) VALUES('1', 'Ь×Ó')数据库的具体版本
安装的包
.net framework/. net core? 及具体版本
The text was updated successfully, but these errors were encountered: