has many generator progress

This commit is contained in:
2026-04-28 16:43:01 +02:00
parent 1a22c70320
commit 96c6c78cb8
7 changed files with 71 additions and 37 deletions
@@ -25,7 +25,7 @@ public:
static void on_base(const BaseType&) {}
template<typename PrimaryKeyType>
void on_primary_key(const char * /*id*/, PrimaryKeyType &pk, const primary_key_attribute & = DefaultPkAttributes) {
const auto value = pk_.as<PrimaryKeyType>();
const auto value = pk_.convert<PrimaryKeyType>();
if (!value) {
// Todo: throw error
}