Files
ports/databases/sqlports
sthen a76114ab0d don't rely on the sqlite3 cli accepting double-quoted strings as literals
if they don't match a valid identifier, as of 3.41.0 (2023-02-21) standard
builds of the cli no longer accept this and warn instead. currently builds
from the "autoconf" distribution file do still accept this, but sqlports
should not rely on something that upstream are trying to teach people not
to use.  https://sqlite.org/quirks.html#dblquote

from espie
2025-11-03 14:46:04 +00:00
..