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
I forked subsonic 3.0 and subsonic 3.0 -templates and downloaded with git. Unfortunately Templates DO NOT work with current subsonic 3.0 version!!! in struct.tt line there is CleanName = "<#=col.CleanName#>" but in Subsonic/Core/Schema/DatabaseColumns.cs there is no property CleanName and no CleanName in IColumn !!!
Additionaly SQLServer.ttinclude uses Cleanup, but these function doesn't exist in Settings.ttinclude. There are now 2 functions called CleanUpColumnName and CleanUpTableName.
And in structs.tt there will be used in line 60 IsReadOnly = <#=col.IsReadOnly.ToString().ToLower()#> but in Settings.ttinclude calls Column doesn't contain property IsReadonly.
It would be nice to get running version when downloading latest checked in version, or did I something wrong. I would like to create a fix for foreign keys when primary key has more the one column, but it isn't possible at the moment.
The text was updated successfully, but these errors were encountered:
I forked subsonic 3.0 and subsonic 3.0 -templates and downloaded with git. Unfortunately Templates DO NOT work with current subsonic 3.0 version!!! in struct.tt line there is CleanName = "<#=col.CleanName#>" but in Subsonic/Core/Schema/DatabaseColumns.cs there is no property CleanName and no CleanName in IColumn !!!
Additionaly SQLServer.ttinclude uses Cleanup, but these function doesn't exist in Settings.ttinclude. There are now 2 functions called CleanUpColumnName and CleanUpTableName.
And in structs.tt there will be used in line 60 IsReadOnly = <#=col.IsReadOnly.ToString().ToLower()#> but in Settings.ttinclude calls Column doesn't contain property IsReadonly.
It would be nice to get running version when downloading latest checked in version, or did I something wrong. I would like to create a fix for foreign keys when primary key has more the one column, but it isn't possible at the moment.
The text was updated successfully, but these errors were encountered: