Releases: louvri/gosl
Releases · louvri/gosl
GOSL enhancement related with prepared statement
What's Changed
- enhance for prepare statement use case by @johnjerrico in #43
Full Changelog: v0.1.0...v0.1.1
breaking changes
- queryParam (priority) is renamed into Priorities
- new param Name at queryParam to support PreparedStatement
- removing several not used params
v0.0.33
What's Changed
Full Changelog: v0.0.32...v0.0.33
v0.0.32
What's Changed
- bugfix the order of exists statement is written by @johnjerrico in #40
Full Changelog: v0.0.31...v0.0.32
v0.0.31
v0.0.30
What's Changed
- bugfix special key as db column by @johnjerrico in #38
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- Support/prepared statement values by @johnjerrico in #32
- Bugfix/empty build by @johnjerrico in #33
- Bugfix/statement empty value by @johnjerrico in #34
- bugfix panic on insert,update by @johnjerrico in #35
- bugfix prepare upsert by @johnjerrico in #36
- bugfix upsert values by @johnjerrico in #37
Full Changelog: v0.0.28...v0.0.29
bugfix context switching
Full Changelog: v0.0.20-hotfix.1...v0.0.20-hotfix.2
bugfix context switch
this release will fix found when context.Switch is run on nested function. Cheers !!