Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
597 stars 49 forks source link

Upgrade the sqlite module #135

Closed mvanbaak closed 2 years ago

mvanbaak commented 2 years ago

The code uses v1.10.0 of the modernc.org/sqlite module.

v1.10.6 fixed a memory leak, and v1.13 introduced FreeBSD/amd64 support. As a FreeBSD user, it would be nice if you could upgrade the module so I can do a go build on FreeBSD. At the moment I'm running autoscan under linuxemu, which works fine. But it would be nice to build it native on FreeBSD.

Thanks for autoscan!

m-rots commented 2 years ago

We've updated the sqlite module! :)

mvanbaak commented 2 years ago

Thanks! I can confirm that the code now compiles on FreeBSD. I switched the FreeBSD port from the linux binary to source build and everything works as it should.

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262319

Thanks again for your work!