SQLite v1.6.1
Merged pull requests:
- Regenerate C API bindings for SQLite 3.40.0 (#315) (@metab0t)
- Add Test for Open Flags (#316) (@jeremiahpslewis)
- Deprecate @sr_str macro by Base.@raw_str and suggest users to switch. (#318) (@metab0t)
- Fix wrong default value of keyword argument in docstring (#320) (@metab0t)
- Escape table name in SQLite.tables (#323) (@metab0t)
- Make open URL test re-entrant (#325) (@metab0t)
- Upgrade C API binding to SQLite 3.41.0 (#326) (@metab0t)
- Use anonymous function to register UDF and avoid name clash (#333) (@metab0t)
- Update C API to 3.43.0 (#334) (@metab0t)
- Avoid using cfunction closure (#336) (@metab0t)
- Update Documenter version for doc building (#339) (@Seelengrab)
- relax bind! Vector{UInt8} -> AbstractVector{UInt8} (#340) (@maxfreu)
Closed issues: