https://sqlite.org/printf.html
SQLite's Built-in printf()
built insqliteprintf
https://stackoverflow.com/questions/79917004/why-does-adding-fmt-printf-change-the-equality-result-of-two-interface-variables
Why does adding fmt.Printf change the equality result of two interface variables holding empty...
I'm observing a strange behavior in Go where the presence of a fmt.Printf statement affects the boolean result of an interface comparison. Env: go version...
addingfmtprintfchangeequality