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
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