Where is the CleanUp method?
Posted
by Apocatastasis
on Stack Overflow
See other posts from Stack Overflow
or by Apocatastasis
Published on 2009-12-27T05:25:03Z
Indexed on
2010/04/20
6:03 UTC
Read the original article
Hit count: 298
subsonic3
Hi. I'm working fine with Subsonic 3 and the templates until november 2009. Now I'm geting the source directly from Git, but the ActiveRecord template doesn't generates correctly anymore. In the line 334 of the ActiveRecord template for SQLite:
return from items in repo.GetAll()
where items.<#=CleanUp(fk.OtherColumn)#>
== <#=CleanUp(fk.ThisColumn)#>
Error: The name 'CleanUp' doesn't exist in the current context
But I can't find the CleanUp method in the Subsonic.Core project. Someone knows something about this?
© Stack Overflow or respective owner