SQLite User Forum

Small correction to src/sqlite3.h
Login

Small correction to src/sqlite3.h

(1) By brickviking on 2025-03-03 12:59:42 [source]

I noticed an ambiguity about the step.html docs, I've tracked down the original location:

Index: src/sqlite.h.in
==================================================================
--- src/sqlite.h.in
+++ src/sqlite.h.in
@@ -5175,7 +5175,7 @@
 ** other than [SQLITE_ROW] before any subsequent invocation of
 ** sqlite3_step().  Failure to reset the prepared statement using
 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
-** sqlite3_step().  But after [version 3.6.23.1] ([dateof:3.6.23.1],
+** sqlite3_step().  But after [version 3.6.23.1] ([dateof:3.6.23.1]),
 ** sqlite3_step() began
 ** calling [sqlite3_reset()] automatically in this circumstance rather
 ** than returning [SQLITE_MISUSE].  This is not considered a compatibility

That should replace the missing right bracket on the date in the rendered doc.

Cheers, RTDoc brickviking
(Post 33)

(2) By Stephan Beal (stephan) on 2025-03-03 14:16:40 in reply to 1 [link] [source]

That should replace the missing right bracket on the date in the rendered doc.

That's been fixed. Thank you for the report!