SQLITE_NOTICE_RBU
SQLiteINFOCommonLoggingofficial confidence

RBU update notice from sqlite3_log()

Production Risk

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
  1. 1RBU update operation emitting progress notifications.
How to reproduce

RBU extension update operations; visible only if sqlite3_log() is configured.

trigger — this will error
trigger — this will error
# RBU notices appear in the sqlite3_log() callback:
# "rbu state = N"  with code SQLITE_NOTICE_RBU

expected output

Log: "rbu state = ..." with SQLITE_NOTICE_RBU

Fix

Version notes

Sources
Official documentation ↗

sqlite3.h — SQLITE_NOTICE_RBU = 795

SQLite RBU extension

Content generated with AI assistance and reviewed for accuracy. Found an error? hello@errcodes.dev

← All SQLite errors