robertohuertasm / SQLite4Unity3d

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

Prevent AOT error in iOS, caused by Indexed attr #30

Closed pokehanai closed 8 years ago

pokehanai commented 8 years ago

Hi,

this time I had serious issue relates to multi-threading. During the investigation, I remembered that there is AOT issue comes from indexing. So I made extra work to fix it. (So this does not to the multi-threading issue :)

Well, it seemed that Linq OrderBy causes AOT error in iOS, so I removed it.

Plus, removed an unnecessary compiler warning.