Skip to content

Commit

Permalink
fixed TABLE_NO_AUTOID_BIND20
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Oct 9, 2024
1 parent 5880775 commit 8c36c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikyuu_cpp/hikyuu/utilities/db_connect/TableMacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,7 @@ public:
} \
void load(const SQLStatementPtr& st) { \
st->getColumn(0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, \
f17, f18, f20); \
f17, f18, f19, f20); \
}

} // namespace hku
Expand Down

0 comments on commit 8c36c7c

Please sign in to comment.