Closed helje5 closed 2 years ago
This happened because the table name is plural already, and singularizeRecordNames
is set to false by default. I.e. "talents" already is plural and then clashes with the singular "talents". Changed the fancifier to detect that and deal with the case properly.
When generating a DB for this:
The result is mostly OK, but ends up with those SQLite API functions:
Notice the
talents0
, it is probably generated by the code which makes the identifiers unique. The CUD functions are fine though: