We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.8.3
Flutter SDK
xiaomi 12
android 15
初始化配置:日志最高等级
功能:创建群组
说明:创建群组调用接口成功并且数据库已经创建数据,但是在日志中会返回错误,原因在于本地没有数据的情况,gorm当成错误,返回的日志级别显示问题。
报错:"sql": "SELECT * FROM local_sync_version WHERE table_name = "local_groups" and entity_id = "1775458515" LIMIT 1", "error": "record not found"}
local_sync_version
table_name
entity_id
图片说明:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OpenIM SDK Version
3.8.3
OpenIM Server Version
3.8.3
SDK Platform
Flutter SDK
Device Model
xiaomi 12
Operating System Version
android 15
Bug Description and Steps to Reproduce
初始化配置:日志最高等级
功能:创建群组
说明:创建群组调用接口成功并且数据库已经创建数据,但是在日志中会返回错误,原因在于本地没有数据的情况,gorm当成错误,返回的日志级别显示问题。
报错:"sql": "SELECT * FROM
local_sync_version
WHEREtable_name
= "local_groups" andentity_id
= "1775458515" LIMIT 1", "error": "record not found"}图片说明:
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: