Unverified Commit bda0cb9e authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Vendor SQLite amalgamation distribution. (#660)

This allows to ensure we're always using a known version of the SQLite lib
and allows pgcopydb code to use some "recent" features on all OS targets.

Such features include the RETURNING clause for DMLs, the FILTER clause for
aggregate function calls, and time formatting function or JSON functions.

See https://sqlite.org/amalgamation.html for details about that distribution
mode for SQLite.
parent 2ce0ae22
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment