UpdateDatabase, not create indexes!!!

Hi
    I have one table (SyncLnk), to create a Unique index, "UpdateDatabase" is called, index is not created. Here is the table:

  [Entity]
  [Table('SyncLnk')]
  [UniqueKey('SourceTable, SourceKeyFieldsNames, SourceKeyFieldsValues')]
  [Sequence('Id_SyncLnk')]
  [Id('FId', TIdGenerator.IdentityOrSequence)]
  TSyncLnk = class
  private
    [Column('Id', [TColumnProp.Required])]
    FId: Int64;
    ...
What is wrong?
thanks

Please refer to this chapter in the doc: 


http://www.tmssoftware.biz/business/aurelius/doc/web/schema_validation.htm

Unique Key creation is not performed.

even if the data do not Violation unique key index?

Yes, because Aurelius can't tell if the data violates the unique index or not. An error might occur and there is no way to know it in advance.


"An error might occur and there is no way to know it in advance."
Raise an exception "after" :)
Thanks Wagner, feature request added

This is a very big problem to manage the database  structure :(

completely agree

Hi, Mondelli Maurizio
  i add a feature request, please vote :)
thanks

How can I vote?

Hi, Mondelli
Suport -> feature requests

you have created a request to manage views in updatadatabase and not index

Hi, Mondelli
I have add many request, this is the Request Id
  1883:
Unable to create index

i'm sorry but I can't found your 1883 post in feature requests