Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General problem with templates commmited version #44

Open
b2802 opened this issue Mar 15, 2010 · 0 comments
Open

General problem with templates commmited version #44

b2802 opened this issue Mar 15, 2010 · 0 comments

Comments

@b2802
Copy link

b2802 commented Mar 15, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant