Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
database system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jan 2009 at 19:33 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidGood find. Here's patches for D7 and D6. Marking for D7 to be fixed first, then D6.
Comment #2
catchComment #3
webchickFixed in HEAD. :) Kicking back over to you.
Comment #4
gábor hojtsyThanks, committed to D6.
Comment #6
lance.gliser commentedThe documentation at: http://drupal.org/node/146939 still shows "unique keys".
I have access to edit the page. Does anyone know of a reason it should not be corrected?
Comment #7
dave reidBecause 'unique keys' is the correct term? :) Please read the initial post and the first patch.
Comment #8
lance.gliser commentedThat's very odd...
I don't doubt you. But I do have to ask.
I'm working on a 6.9 core and building a module schema at the moment.
While I was using 'unique keys' I received errors.
After finding this page I changed the schema to 'unique key' and it worked.
Is there some sort of legacy support built in for my apparently mistaken code?