minor fixes for the PR

This commit is contained in:
Adam D. Ruppe 2022-11-05 19:20:18 -04:00
parent 557b72be76
commit a955143c58
1 changed files with 5 additions and 2 deletions

View File

@ -852,8 +852,11 @@ string toFieldName(T)(string s, bool isPlural = false)
auto users = role.get_users(db);
}
```
if t2 or t1 are set as null they will be infered from either
the `DBName` attribute or from the name of the the Table
if t2 or t1 are set as null they will be inferred from either
the `DBName` attribute or from the name of the Table
History:
Added November 5, 2022 (dub v10.10)
+/
template one_to_many(alias fk_field, string t2 = null, string t1 = null)
{