Forum OpenACS Improvement Proposals (TIPs): Re: TIP #86 (proposed): Allow a null table name associated with an object type.

Don,

Can we just create a view using coalesce(table_name,object_type) or nvl(table_name,object_type) so that existing code behaves the same and tableless types still get a view? Otherwise the content::revision::new and any code relying on views will break.