SQLiteUnityKit icon indicating copy to clipboard operation
SQLiteUnityKit copied to clipboard

Added parameter escaping and support for il2cpp

Open anpez opened this issue 10 years ago • 4 comments

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

anpez avatar Feb 04 '15 10:02 anpez

hi, this changes works on android and windows?

Busta117 avatar Feb 04 '15 14:02 Busta117

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

anpez avatar Feb 04 '15 14:02 anpez

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

MauroX772 avatar Feb 04 '15 15:02 MauroX772

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.

TeorikDeli avatar May 30 '16 11:05 TeorikDeli