For example, you can create a field with db_add_field() called 'unique', but when you try to remove it with db_drop_field(), it throws an error because (I'm assuming) "unique" is a reserved word. It seems like this is undesired behavior, and maybe a check against possible reserved words could be done?

If this sounds like a good idea, would this be a patch that should be added to a minor D6 release?

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.