From f0d649300c7e537c40f0013e702017cccbc423b3 Mon Sep 17 00:00:00 2001 From: vabenil Date: Tue, 8 Nov 2022 15:50:08 +0200 Subject: [PATCH] Update one_to_many doc --- database_generation.d | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/database_generation.d b/database_generation.d index 882cf69..40ff734 100644 --- a/database_generation.d +++ b/database_generation.d @@ -920,8 +920,9 @@ string toFieldName(T)(string s, bool isPlural = false) } --- - if t2 or t1 are set as null they will be inferred from either - the `DBName` attribute or from the name of the Table + if t2 or t1 are set as "" the get function will not be generated + (the name will not be inferred), if 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)