Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.8.9

Choose a tag to compare

@Insei Insei released this 23 May 02:23
· 3 commits to main since this release

What's Changed

  • src: query: add Only method for columns select by @Insei in #33
  • src: executor: add ability to set placeceholder for databasesql adapter by @Insei in #35
  • build(deps): bump golang.org/x/crypto from 0.22.0 to 0.35.0 by @dependabot in #34
  • src: exclude panics, return errors instead by @Insei in #36
  • src: sqlstmt: sqlpart: where: use concat instead || in sql filters by @Insei in #37
  • src: query: CT, NCT, BW, NBW. EW, NEW now case sensitive by default, insensitive option was added to methods by @Insei in #38
  • src: sqlstmt: use string builder for sql queries generation by @Insei in #39
  • src: executor: adapters: add pgx v5 adapter by @Insei in #40
  • docs: add executor adapters readme and executor readme with sequence scheme by @Insei in #41
  • docs: update README.md, add ideology, add release road map, add documentation title, restructure features by @Insei in #42
  • docs: README.md: add performance metrics gerpo vs pure pgx v4 pool by @Insei in #43
  • src: sqlstmt: sqlpart: where: add gte and lte support for time type by @Insei in #44
  • fix: src: executor: adapters: pgx5: fix package name by @Insei in #45

Full Changelog: v0.8.4...v0.8.9