ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

[Wrapped] Added sqlite3_exec #1671

Closed kaixindeken closed 2 months ago

kaixindeken commented 2 months ago

This adds the sqlite3_exec function.

ksco commented 2 months ago

This is not correct. sqlite_exec takes callback parameter.

ptitSeb commented 2 months ago

You are right @ksco . I reverted the PR.

kaixindeken commented 2 months ago

This is not correct. sqlite_exec takes callback parameter.

you are right, my bad.