Version 1.2.0 adds a sqlitex.Pool.Take method and improves error messages.
Added
sqlitex.Pool has a new method Take which returns an error along with a Conn (#83).
sqlite.ErrorOffset is a new function that returns the SQL byte offset that an error references.
Changed
sqlite.Conn.Prep, sqlite.Conn.Prepare, and sqlite.Conn.PrepareTransient now include position information in error messages if available.
Many error messages around statement execution changed their format for better readability. Error messages are not stable API and should not be depended on.
Deprecated
The sqlitex.Pool.Get method has been deprecated in favor of the new Take method.
Fixed
Error messages no longer duplicate information from their error code (reported in #84).
Version 1.2.0 adds a sqlitex.Pool.Take method
and improves error messages.
Added
sqlitex.Pool has a new method Take
which returns an error along with a Conn
(#83).
sqlite.ErrorOffset is a new function
that returns the SQL byte offset that an error references.
Changed
sqlite.Conn.Prep, sqlite.Conn.Prepare, and sqlite.Conn.PrepareTransient
now include position information in error messages if available.
Many error messages around statement execution changed their format
for better readability.
Error messages are not stable API and should not be depended on.
Deprecated
The sqlitex.Pool.Get method has been deprecated
in favor of the new Take method.
Fixed
Error messages no longer duplicate information from their error code
(reported in #84).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 6 updates:
0.6.0
0.7.0
0.3.1
0.4.0
6.5.4
6.5.6
2.1.1
2.2.0
1.20.2
1.20.4
1.1.2
1.2.0
Updates
github.com/charmbracelet/glamour
from 0.6.0 to 0.7.0Release notes
Sourced from github.com/charmbracelet/glamour's releases.
Commits
c271197
test: add test for custom stylesef3b2d1
fix: lint issues (#280)77f8c87
test: test table alignment9e3abf6
fix: properly set table alignmentsba919ab
Bump golang.org/x/net from 0.12.0 to 0.17.0 (#265)61945ee
Fix lint issues (#285)e995670
Bump golangci/golangci-lint-action from 3 to 4 (#281)3e8952b
Create CODEOWNERSd5df407
fix(ci): update coverage workflowe526301
Bump actions/setup-go from 4 to 5 (#273)Updates
github.com/charmbracelet/log
from 0.3.1 to 0.4.0Release notes
Sourced from github.com/charmbracelet/log's releases.
... (truncated)
Commits
d23bea6
fix!: respect time function (#115)bcd4738
feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (#112)2819330
fix: lazy init default logger (#111)ac0e6b1
docs: direct users to library API (#73)87252e4
docs: Replace function with func in README sample code976db2b
feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#108)a424643
Create CODEOWNERS9d04d2b
docs: style customization updated (#106)1f0b8bb
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#105)7a3834f
slog: Don't log if not enabled at level (#103)Updates
github.com/jedib0t/go-pretty/v6
from 6.5.4 to 6.5.6Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
Commits
04a692c
table: note about auto-merge and HTML/Markdown modes (#311)b9fd422
table: allow alphanumerical sort to be case-insensitive (#309)98472a2
text: remove unused regular expression (#308)142bdf4
table: mixed-mode alignment and sorting (#306)699cbbf
replace imports of ioutil with io (#304)Updates
github.com/pelletier/go-toml/v2
from 2.1.1 to 2.2.0Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
Commits
86608d7
build(deps): bump github/codeql-action from 2 to 3 (#919)4a18779
build(deps): bump actions/setup-go from 4 to 5 (#916)3021d6d
build(deps): bump actions/upload-artifact from 3 to 4 (#920)32788f2
Update release instructions (#941)8ed6d13
Decode: unstable/Unmarshal interface (#940)7dad877
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#936)2b69615
Go 1.22 support (#935)06fb30b
Decode: fix reuse of slice for array tables (#934)2e087bd
Run tests on macos/M1 (#929)caeb9f9
Fix marshaler typos (#927)Updates
github.com/sashabaranov/go-openai
from 1.20.2 to 1.20.4Release notes
Sourced from github.com/sashabaranov/go-openai's releases.
Commits
0925563
Fix broken implementation AssistantModify implementation (#685)699f397
Update streamReader Close() method to return error (#681)38b16a3
Added 'wav' and 'pcm' Audio Formats (#671)Updates
zombiezen.com/go/sqlite
from 1.1.2 to 1.2.0Release notes
Sourced from zombiezen.com/go/sqlite's releases.
Changelog
Sourced from zombiezen.com/go/sqlite's changelog.
Commits
e4d0fa1
Updated release notes for 1.2.0bf59930
Rework errors6d7acf1
Addsqlite.Pool.Take
method4857f1c
Test sqlitex.Execute and sqlite.ExecuteTransient for nil connection behaviorDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show