SQLite Release 3.51.0
sqlite.org·1h·
Discuss: Hacker News
Flag this post

Small. Fast. Reliable. Choose any three.

  1. New macros in sqlite3.h:

  2. SQLITE_SCM_BRANCH → the name of the branch from which the source code is taken.

  3. SQLITE_SCM_TAGS → space-separated list of tags on the source code check-in.

  4. SQLITE_SCM_DATETIME → ISO-8601 date and time of the source code check-in.

  5. Two new JSON functions, jsonb_each() and jsonb_tree() work the same as the existing json_each() and json_tree() functions except that they return JSONB for the “value” column when the “type” is ‘array’ or ‘object’.

  6. The carray and percentile extensions are now built…

Similar Posts

Loading similar posts...