diff --git a/hikyuu/utilities/db_connect/TableMacro.h b/hikyuu/utilities/db_connect/TableMacro.h index ff86bf4..cad2b19 100644 --- a/hikyuu/utilities/db_connect/TableMacro.h +++ b/hikyuu/utilities/db_connect/TableMacro.h @@ -2168,7 +2168,7 @@ public: } #define TABLE_NO_AUTOID_BIND12(ROWID, table, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12) \ - pprivate: \ +private: \ uint64_t m_rowid = 0; \ \ public: \ diff --git a/release.md b/release.md index f55577b..80b8c79 100644 --- a/release.md +++ b/release.md @@ -2,7 +2,7 @@ ## 1.0.9 - -fixed TABLE_NO_AUTOID_BIND6, TABLE_NO_AUTOID_BIND20 +fixed TABLE_NO_AUTOID_BIND6, TABLE_NO_AUTOID_BIND12, TABLE_NO_AUTOID_BIND20 ## 1.0.8 - 2024年10月6日