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