IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Sqlite upgrade 3.38.0 #93

Closed herberteuler closed 2 years ago

herberteuler commented 2 years ago

This change upgrades the embedded SQLite to version 3.38.0, which supports the new -> and ->> operators, and is required for Selda's JSON support on the SQLite backend.

Most of the tests passed, except this one mentioned in #92. I have removed the case, as the behavior after a failed table creation is undocumented, and the other aspects of the case are already covered by the earlier cases.

I have also bumped the version to 2.3.27, if that is appropriate.

symbiont-haris-amin commented 2 years ago

What would it take for this get merged and with a bump on direct-sqlite ? Would love to help out and speed it along if I can.

herberteuler commented 2 years ago

I am not used to the release process. However, I have updated the version of its embedded SQLite, and all tests have passed. The tests of selda-sqlite have also passed with the new code as a dependency. What do we usually do for a new release at this stage?

herberteuler commented 2 years ago

Ping @sigrlami

herberteuler commented 2 years ago

Ping @IreneKnapp

jchia commented 2 years ago

@herberteuler Thanks. I have separately updated to 3.38.5 but used one of your commits.