You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
The following changes where made:
- changed ProperPropertyType to use CheckNullable function
- changed function CheckNullable to static
- changed function LoadTables to accept makeSingular param
if makeSingular is false ClassName = CleanName so ignores Inflector.MakeSingular
- changed function GetPK to return "" if primary key colums is multiple columns
@@ -448,7 +445,7 @@ public string GetColumnDefaultValue(Column col)
448
445
return sysType;
449
446
}
450
447
451
-
Tables LoadTables()
448
+
Tables LoadTables(bool makeSingular)
452
449
{
453
450
InitConnectionString();
454
451
@@ -547,7 +544,12 @@ Tables LoadTables()
547
544
var rxClean = new Regex("^(Equals|GetHashCode|GetType|ToString|repo|Save|IsNew|Insert|Update|Delete|Exists|SingleOrDefault|Single|First|FirstOrDefault|Fetch|Page|Query)$");
0 commit comments