Closed BlackGlory closed 2 months ago
I tried enabling it using --enable-update-limit
on configure
(unix specific) instead of passing -D SQLITE_ENABLE_UPDATE_DELETE_LIMIT
, while it seems to enable that but it causes some weird segmentation fault in another random place. I'll have to investigate more... for Windows on the other hand, it seems enough to just pass the latter.
Nevermind, it was a silly issue. Using --enable-update-limit does make it work on unix systems too. I'll publish a new release soon.
I was testing the same project on Windows and Linux found the Linux version of this module does not support some syntax:
So I checked the compile options and found that it was enabled: https://github.com/denodrivers/sqlite3/blob/dc9cbf277783e2af52067136c0af2445e7ad2735/scripts/build.ts#L23