Skip to content

Releases: KEINOS/Dockerfile_of_SQLite3

3.49.2-20250507

16 May 02:25
930ec03
Compare
Choose a tag to compare
[create-pull-request] automated change (#80)

Co-authored-by: KEINOS <11840938+KEINOS@users.noreply.github.com>

3.49.1-20250218

01 Apr 13:46
36dcc32
Compare
Choose a tag to compare
[create-pull-request] automated change (#79)

Co-authored-by: KEINOS <11840938+KEINOS@users.noreply.github.com>

fixes #73

3.49.0-20250206

12 Feb 01:20
c6eb989
Compare
Choose a tag to compare
[create-pull-request] automated change (#70)

Co-authored-by: KEINOS <11840938+KEINOS@users.noreply.github.com>

3.48.0-20250114-tini

23 Jan 05:03
41d5f03
Compare
Choose a tag to compare
[create-pull-request] automated change (#67)

Co-authored-by: KEINOS <11840938+KEINOS@users.noreply.github.com>

3.47.2-20241207-tini

07 Jan 13:28
64f2851
Compare
Choose a tag to compare

Tini support

Now the image supports Tini as the default init process. (See: #65)

Originally SQLite3 was run as the PID 1 process. This change was made to ensure the container stops gracefully when receiving SIGTERM or SIGINT (e.g., docker stop).

3.47.2-20241207

13 Dec 10:27
33afc4d
Compare
Choose a tag to compare

What's Changed

  • Changes by create-pull-request action by @KEINOS in #62

Full Changelog: 3.47.0-20241021...3.47.2-20241207

3.47.0-20241021

29 Oct 01:45
9e8d27b
Compare
Choose a tag to compare
[create-pull-request] automated change (#61)

Co-authored-by: KEINOS <11840938+KEINOS@users.noreply.github.com>

3.46.1-20240813

15 Sep 16:52
c377eb8
Compare
Choose a tag to compare

What's Changed

  • chore: bump-up base image version to Alpine Linux 3.20.3
  • fix: issue #51 Create provenance attestations by @KEINOS in #52
  • feat: github action - docker scout by @KEINOS in #53
  • fix: attestation of provenance with mode max by @KEINOS in #55

Full Changelog: 3.46.0-20240523...3.46.1-20240813

3.46.0-20240523

28 May 01:07
f602364
Compare
Choose a tag to compare

What's Changed

SQLite Release 3.46.0 On 2024-05-23

See https://www.sqlite.org/releaselog/3_46_0.html

  1. Enhance PRAGMA optimize in multiple ways, to make it simpler to use:
    1. PRAGMA optimize automatically implements a temporary analysis limit to prevent excess runtime on large databases.
    2. Added the new 0x10000 bitmask option to check for updates on all tables.
    3. Automatically re-analyze tables that do not have sqlite_stat1 entries.
  2. Enhancements to the date and time functions:
    1. The strftime() SQL function now supports %G, %g, %U, and %V.
    2. New modifiers 'ceiling' and 'floor' control the algorithm used to resolve ambiguous dates when shifting a date by an integer number of months and/or years.
    3. The 'utc' and 'localtime' modifiers are now no-ops if SQLite knows that the time is already in UTC or in the localtime, respectively.
  3. Add support for underscore ("_") characters between digits in numeric literals.
  4. Add the json_pretty() SQL function.
  5. Query planner improvements:
    1. The "VALUES-as-coroutine" optimization enables INSERT statements with thousands of rows in the VALUES clause to parse and run in about half the time and using about half as much memory.
    2. Allow the use of an index for queries like "SELECT count(DISTINCT col) FROM ...", even if the index records are not smaller than the table records.
    3. Improved recognition of cases where the value of an SQL function is constant because all its arguments are constant.
    4. Enhance the WHERE-clause push-down optimization so that it is able to push down WHERE clause terms containing uncorrelated subqueries.
  6. Allocate additional memory from the heap for the SQL parser stack if that stack overflows, rather than reporting a "parser stack overflow" error.
  7. JSON changes:
    1. Allow ASCII control characters within JSON5 string literals.
    2. Fix the -> and ->> operators so that when the right-hand side operand is a string that looks like an integer it is still treated as a string, because that is what PostgreSQL does.
  8. Allow large hexadecimal literals to be used as the DEFAULT value to a table column.

Hashes:

  • SQLITE_SOURCE_ID: 2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e
  • SHA3-256 for sqlite3.c: 094429ea827fcd32275e767134bc6c7b9ea394a2c5a9e653dd0a0690b2c11358

Changes on this repo

  • Changes by create-pull-request action by @KEINOS in #49

Full Changelog: 3.45.3-20240415...3.46.0-20240523

3.45.3-20240415

09 May 10:05
5117b65
Compare
Choose a tag to compare

What's Changed

  • Changes by create-pull-request action by @KEINOS in #48

Full Changelog: 3.45.2-20240312...3.45.3-20240415