SQLite Forum

The amalgamation has repeated files?
Login
find /N "Macros for " sqlite3.c

---------- SQLITE3.C
[14125]** Macros for looping over all elements of a hash table.  The idiom is
[14767]** Macros for "wheretrace"
[17328]** Macros for testing whether or not optimizations are enabled or disabled.

[27147]** Macros for performance tracing.  Normally turned off.  Only works
[34194]** Macros for performance tracing.  Normally turned off.  Only works
[42220]** Macros for performance tracing.  Normally turned off.  Only works

[52530]/* Macros for extracting appropriate sync flags for either transaction
[52756]** Macros for troubleshooting.  Normally turned off
[170721]** Macros for looping over all elements of a hash table.  The idiom is
-------------------------------------------------