SQLITE_NOTICE_RBUINFOTier 1 — Safe⚠️ MEDIUM confidenceRBU update notice from sqlite3_log()
Category: LoggingVersions: 3.17.0+
🔴 Production Risk Error
None — informational only.
What this means
SQLITE_NOTICE_RBU (795) is passed to the sqlite3_log() callback to report progress and status messages from the RBU (Resumable Bulk Update) extension.
Why it happens
- 1RBU update operation emitting progress notifications.
How to reproduce
RBU extension update operations; visible only if sqlite3_log() is configured.
trigger — this will ERROR
# RBU notices appear in the sqlite3_log() callback:
# "rbu state = N" with code SQLITE_NOTICE_RBULog: "rbu state = ..." with SQLITE_NOTICE_RBU
Fix 1
Why this works
No fix needed — informational notice from the RBU extension.
Version notes
Sources
📚 Official docs: https://www.sqlite.org/rescode.html#notice_rbu
🔧 Source ref: sqlite3.h — SQLITE_NOTICE_RBU = 795
📖 Further reading: SQLite RBU extension
Confidence assessment
⚠️ MEDIUM confidence
Stable.
See also
🔗 Related errors
📄 Reference pages
SQLite RBU extension
⚙️ This error reference was generated with AI assistance and reviewed for accuracy. Examples are provided to illustrate common scenarios and may not cover every case. Always test fixes in a development environment before applying to production. Spotted an error? Suggest a correction →