robertohuertasm / SQLite4Unity3d

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

Unique support? #71

Closed dreneral closed 7 years ago

dreneral commented 7 years ago

I'm looking through the code and while I see some functions (sp. InsertOrReplace) that work with Unique constraints, I am not able to set any column to be Unique. Is this just unimplemented, or am I missing something?

[Unique]
string name = "unique";
dreneral commented 7 years ago

Nevermind, looking in wrong place