robertohuertasm / SQLite4Unity3d

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

Add support for "NOT" operator in "Where" expressions/clause #70

Closed javilumbrales closed 6 years ago

javilumbrales commented 7 years ago

Hi,

Thank you very much for your plugin, it's great!

I was in the need to do a a SQL query using NOT operator in the WHERE (ie . SELECT * FROM Table WHERE Field NOT LIKE "WHATEVER") clause and found out that it wasn't supported, so I've amended the code to get it working. Hopefully it can be useful for someone else in my situation.

Kind regards, Javier

robertohuertasm commented 6 years ago

@javilumbrales thanks for your help! ❤️