Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
Pi-hole will benefit from points 5, 8, and 14 below.
SQLite Release 3.42.0 On 2023-05-16
SQLITE_CONFIG_LOG
andSQLITE_CONFIG_PCACHE_HDRSZ
calls to sqlite3_config() are now allowed to occur aftersqlite3_initialize()
.sqlite3_db_config()
options:SQLITE_DBCONFIG_STMT_SCANSTATUS
andSQLITE_DBCONFIG_REVERSE_SCANORDER
.--unsafe-testing
command-line option. Without this option, some dot-commands (ex: ".testctrl
") are now disabled because those commands that are intended for testing only and can cause malfunctions misused..log on
" and ".log off
", even in--safe
mode.--
" as a command-line argument means all subsequent arguments that start with "-
" are interpreted as normal non-option argument.:inf
" and ":nan
" bind to floating point literals Infinity and NaN, respectively.--utf8
command-line option omits all translation to or from MBCS on the Windows console for interactive sessions, and sets the console code page for UTF-8 I/O during such sessions. The--utf8
option is a no-op on all other platforms.CROSS
,FULL
,INNER
,LEFT
,NATURAL
,OUTER
, orRIGHT
.NaN
value is stored in aNOT NULL
column.ROWID
.sqlite3_sleep()
are henceforth interpreted as 0.printf()
function so the comma option now works with floating-point conversions in addition to integer conversions.Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.