Frank Boehme wrote: > So what is the reasoning that update() requires unique names while the > *id* of an object is everywhere else understood as the primary key?
This was done when the get_by_name functions were gaining in popularity. You are right that the object ID/GUID is the only defintive way to refer to an object. Empty names were brought brought back exactly because of this nuisance, we simply never encountered a situation where duplicate but none-unique article names exist. article-uniquename has been updated to handle it. Note that this script will blindly change the names of these articles to unique but generated names. To actually effect the change, run with -U. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
