From a955143c58973a36ca1aa83a0e5389beb3589518 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 5 Nov 2022 19:20:18 -0400 Subject: [PATCH] minor fixes for the PR --- database_generation.d | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/database_generation.d b/database_generation.d index 1cb86fb..885f8c8 100644 --- a/database_generation.d +++ b/database_generation.d @@ -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) {