Busta117 / SQLiteUnityKit

Framework to connect with a SQLite database from Unity for iOS, Android, MAC , Windows
300 stars 77 forks source link

Added parameter escaping and support for il2cpp #8

Open anpez opened 9 years ago

anpez commented 9 years ago

Added ability to escape parameters in a query. Also changed DllImport's to be able to compile using il2cpp for iOS 64bits.

Busta117 commented 9 years ago

hi, this changes works on android and windows?

anpez commented 9 years ago

I tested it on the editor, on Android and iOS and it's working fine. Can't test it on windows.

MauroX772 commented 9 years ago

Hello @ANPez ,can you generate a package of unity? , because it not works for me .

TeorikDeli commented 8 years ago

Hi @ANPez I used your commit, but It's failing when building in Xcode:

ekran resmi 2016-05-30 14 12 41

How can I fix it?


Update: OH! OK, I fixed it! =D just add the libsqlite3.0.tbd to project. I won't remove my message, maybe it helps someone.