fix persisting of many to many entity

This commit is contained in:
dswbx
2025-02-18 15:43:19 +01:00
parent 400db84dd5
commit f494735a79
12 changed files with 86 additions and 70 deletions

View File

@@ -37,7 +37,7 @@ export class PrimaryField<Required extends true | false = false> extends Field<
}
override async transformPersist(value: any): Promise<number> {
throw new Error("This function should not be called");
throw new Error("PrimaryField: This function should not be called");
}
override toJsonSchema() {