mattn / go-sqlite3

sqlite3 driver for go using database/sql
http://mattn.github.io/go-sqlite3
MIT License
8.05k stars 1.11k forks source link

Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3 #1262

Open q66 opened 4 months ago

q66 commented 4 months ago

A valid sqlite header must always be included (like in the other files) but sqlite3-binding.h explicitly guards against the system library case.

This fixes forgejo compilation with libsqlite3 tag.