Skip to content

Commit b187b20

Browse files
committed
Document the oracle's -seeds mode where the other modes are documented
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JzBeCg7rjweVW3uGPg5G7T
1 parent 8ec90f8 commit b187b20

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

internal/sqlitesrc/oracle/oracle.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
** also perturbs sqlite3_error_offset. Opening :memory: is cheap next to
5252
** starting a process, which is the cost this mode exists to avoid. A new
5353
** connection is not enough on its own -- see resetGlobals.
54+
**
55+
** With -seeds <file.db>, nothing is classified: the SQL strings in the
56+
** database's "xsql" table are written to stdout in the same framing -batch
57+
** reads, so difftest can feed SQLite's own fuzz corpus back through it.
58+
** This is the one mode that executes anything, and it executes only that
59+
** one SELECT, against a read-only connection.
5460
*/
5561
#include "sqlite3.h"
5662
#include <stdio.h>

0 commit comments

Comments
 (0)