Where is the CleanUp method?
- by Apocatastasis
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)#>
== …