Ticket #251: Not finding unique columns when specified in an index

Reporter: dan Type: defect Opened: 6 months ago Status: closed
Assigned to: wbond Priority: major Modified: 5 months ago Resolution: fixed
CREATE UNIQUE INDEX url_idx ON pages(url);

The above SQL adds a unique constraint to a table column, but fSchema is not picking it up as unique.

Attachments

History

Reply 07/08/09 20:57:00 changed by wbond

  • status changed from new to closed.
  • resolution set to fixed.

This is fixed as of r634

Edit the Ticket



please register or log in to allow for editing your comment

Action