You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Noting nothing create in database,just __change_logs table created.
Debug with src code, find that NUT_INFO in NUT_DECLARE_TABLE not work, create table Q_CLASSINFO for the databse failed.
Then , use Q_CLASSINFO("nut_info::" "table" "TB_Point" "points", "table" "\n" "TB_Point" "\n" "points") insted NUT_INFO , find that there has no FIELD created for table, so NUT_INFO in NUT_DECLARE_FIELD not work.
So, NUT_INFO not work in other useage.
How to fix it?
Development platform:
OS: [e.g. Windows 11]
Qt version [e.g. 5.14]
Compiler [vs 2022 ]
MySql 8.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Noting nothing create in database,just __change_logs table created.
Debug with src code, find that NUT_INFO in NUT_DECLARE_TABLE not work, create table Q_CLASSINFO for the databse failed.
Then , use Q_CLASSINFO("nut_info::" "table" "TB_Point" "points", "table" "\n" "TB_Point" "\n" "points") insted NUT_INFO , find that there has no FIELD created for table, so NUT_INFO in NUT_DECLARE_FIELD not work.
So, NUT_INFO not work in other useage.
How to fix it?
Development platform:
The text was updated successfully, but these errors were encountered: