Open hastyeagle opened 8 months ago
cannot reproduce bug, not enough info
I found the issue. The sqlite3 FreeBSD package changed to not enabling DQS during build, which is recommended (but still not the default) by sqlite. So it looks like beets must still be using double-quoted strings.
Ahh -- just found this.
beets is broken now on freebsd 13.1 and above until #4709 is fixed one way or another.
After upgrading from sqlite3 v3.45.0 to v3.45.1, beets no longer runs. Downgrading to sqlite3 v3.45.0 fixes the issue.
Setup