Skip to content

πŸ”– release v1.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 00:51
· 17 commits to master since this release
ade5bc2

Highlights

  • Fix CI #139
  • Add alternate way to set clib path #136

πŸ› Bug Fixes

  • 74b3844 false is treat as nil when inserting (closes #123)
f9326aa sqlite:tbl(...) doesn't pass schema

This what happens with dealing with function that can take self or
other.

Refs: AckslD/nvim-neoclip.lua#20

πŸ‘· CI Updates

41c4440 remove changelog generator

Very bad idea, basically missed up git history

βœ… Add/Update Test Cases

9ccd2a6 field types are always uppercase

At first I thought this issue introduced in
#132 but it's most likely
something todo with sqlite3 core changes.