SQLite 3.48.0 Soname Change and Its Implications
Issue Overview: Soname Change in SQLite 3.48.0 and Its Impact on Compatibility The core issue revolves around the change in the soname (shared object name) of the SQLite shared library (libsqlite3.so) from libsqlite3.so.0 in previous versions to libsqlite3.so.3.48.0 in SQLite 3.48.0. This change has raised concerns among developers about whether SQLite is altering its API…