Forum OpenACS Development: Re: content_folder.rename

Collapse
7: Re: content_folder.rename (response to 4)
Posted by Dirk Gomez on
The problem is that PL/SQL needs to tell apart variables from column names. If the variable name happens to also be a column name, you must prefix it with the proc name, otherwise you will have a clause that is short circuited.