Releases: sqldef/sqldef
Releases · sqldef/sqldef
v3.9.8
Immutable
release. Only release title and notes can be modified.
v3.9.7
Immutable
release. Only release title and notes can be modified.
What's Changed
- Allow non-reserved keyword as table-id by @winebarrel in #1125
Full Changelog: v3.9.6...v3.9.7
v3.9.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix line comment check: Do not skip comment includes multi-line SQL by @winebarrel in #1121
- Add isSingleLineComment() by @winebarrel in #1123
Full Changelog: v3.9.5...v3.9.6
v3.9.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- update deps, removing vulncheck in CI by @gfx in #1118
- chore: Remove unnecessary "if" condtion by @winebarrel in #1117
- Ignore CreateFunctionStmt node when using pgquery parser by @winebarrel in #1116
- allow using increment as a function name by @gfx in #1120
New Contributors
- @winebarrel made their first contribution in #1117
Full Changelog: v3.9.4...v3.9.5
v3.9.4
Immutable
release. Only release title and notes can be modified.
v3.9.3
Immutable
release. Only release title and notes can be modified.
v3.9.2
Immutable
release. Only release title and notes can be modified.
v3.9.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps): bump Songmu/tagpr from 1.9.0 to 1.10.0 by @dependabot[bot] in #1086
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #1087
- build(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in #1088
- feat: DISTINCT ON for psqldef by @gfx in #1093
Full Changelog: v3.9.0...v3.9.1
v3.9.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #1073
- build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in #1076
- build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by @dependabot[bot] in #1075
- build(deps): bump github.com/microsoft/go-mssqldb from 1.9.4 to 1.9.5 by @dependabot[bot] in #1077
- build(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #1080
- build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #1081
- build(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1 by @dependabot[bot] in #1082
- build(deps): bump modernc.org/sqlite from 1.40.1 to 1.41.0 by @dependabot[bot] in #1074
- build(deps): bump docker/metadata-action from 5.8.0 to 5.10.0 by @dependabot[bot] in #1078
- build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #1079
- feat: let psqldef parse SET statatements (but ignored) by @gfx in #1084
- chore: disable labels for dependabot PRs (semver labels makes tagpr confused) by @gfx in #1085
Full Changelog: v3.8.14...v3.9.0
v3.8.14
Immutable
release. Only release title and notes can be modified.
What's Changed
- add regression tests for #1061 by @gfx in #1062
- fix: skip COMMENT cleanup for dropped indexes in psqldef by @178inaba in #1064
- Support RENAME VALUE for PostgreSQL ENUM types by @178inaba in #1065
- refactor: cleanup Makefile by @gfx in #1067
- Fix parser to store enum values without quotes by @178inaba in #1068
Full Changelog: v3.8.13...v3.8.14