mirror of https://github.com/adamdruppe/arsd.git
minor fixes for the PR
This commit is contained in:
parent
557b72be76
commit
a955143c58
|
@ -852,8 +852,11 @@ string toFieldName(T)(string s, bool isPlural = false)
|
||||||
auto users = role.get_users(db);
|
auto users = role.get_users(db);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
if t2 or t1 are set as null they will be infered from either
|
if t2 or t1 are set as null they will be inferred from either
|
||||||
the `DBName` attribute or from the name of the the Table
|
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)
|
template one_to_many(alias fk_field, string t2 = null, string t1 = null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue