SQLite sqlite_source_id() Function
The SQLite sqlite_source_id()
function a string representing the version of the source code used to build the current SQLite library. It contains the date and time the source code was checked in, followed by the SHA3-256 hash of that check-in.
Syntax
Here is the syntax of the SQLite sqlite_source_id()
function:
sqlite_source_id()
Return value
The SQLite sqlite_source_id()
function returns a string that represents the version of the source code used to build the current SQLite library. It contains the date and time the source code was checked in, followed by the SHA3-256 hash of that check-in.
Examples
This example shows the basic usage of the SQLite sqlite_source_id()
function:
SELECT sqlite_source_id();
sqlite_source_id()
------------------------------------------------------------------------------------
2021-12-09 01:34:53 9ff244ce0739f8ee52a3e9671adb4ee54c83c640b02e3f9d185fd2f9a179aapl