Skip to content

Commit

Permalink
fixed TABLE_NO_AUTOID_BIND12
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Oct 10, 2024
1 parent 5dd1744 commit 8949976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hikyuu/utilities/db_connect/TableMacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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: \
Expand Down
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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日

Expand Down

0 comments on commit 8949976

Please sign in to comment.