mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-15 11:41:13 +03:00
Change the description of how sqlite3_progress_handler() works so that
the N parameter is "approximate". This aligns with the current implementation. This is a documentation change only. No changes to code. FossilOrigin-Name: 7d829bdea3adcda50fbe930acb4e1ce73fd874e6
This commit is contained in:
@@ -2554,7 +2554,7 @@ SQLITE_EXPERIMENTAL void *sqlite3_profile(sqlite3*,
|
||||
** interface is to keep a GUI updated during a large query.
|
||||
**
|
||||
** ^The parameter P is passed through as the only parameter to the
|
||||
** callback function X. ^The parameter N is the number of
|
||||
** callback function X. ^The parameter N is the approximate number of
|
||||
** [virtual machine instructions] that are evaluated between successive
|
||||
** invocations of the callback X.
|
||||
**
|
||||
|
||||
Reference in New Issue
Block a user