robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

enable to set composite unique index #60

Closed TakuKobayashi closed 7 years ago

TakuKobayashi commented 7 years ago

Hi,

I want to set a composite unique index. I found the IndexedAttribute and UniqueAttribute, and set attributes the table class properties. IndexedAttribute can set a composite index, but UniqueAttribute can't. So, I made it possible to set composite index also for UniqueAttribute.

robertohuertasm commented 7 years ago

Thanks for the PR

TakuKobayashi commented 7 years ago

Thanks for the merge.