errors.fyi community error code reference
SQLITE_WARNING_AUTOINDEX
sqlite

Warning: automatic index created

SQLite created an automatic index to satisfy a query because no suitable index existed. Consider adding a persistent index.

Numeric value: 284

References

โ† all namespaces for SQLITE_WARNING_AUTOINDEX