Skip to content

chore(deps): update module go:github.com/sqldef/sqldef/cmd/mysqldef to v3#1274

Open
trap-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-github.com-sqldef-sqldef-cmd-mysqldef-3.x
Open

chore(deps): update module go:github.com/sqldef/sqldef/cmd/mysqldef to v3#1274
trap-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-github.com-sqldef-sqldef-cmd-mysqldef-3.x

Conversation

@trap-renovate

@trap-renovate trap-renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
go:github.com/sqldef/sqldef/cmd/mysqldef 1.0.73.11.12 age confidence

Release Notes

sqldef/sqldef (go:github.com/sqldef/sqldef/cmd/mysqldef)

v3.11.12

Compare Source

v3.11.11

Compare Source

  • psqldef: fix money rounding and interval field-qualifier canonicalization by @​gfx in #​1251

v3.11.10

Compare Source

  • psqldef: support typed literals in CHECK/WHERE/ARRAY, money, and interval field qualifiers by @​gfx in #​1249

v3.11.9

Compare Source

  • parser: accept json/jsonb/uuid and hex bit literals in DEFAULT position by @​gfx in #​1247

v3.11.8

Compare Source

  • parser: accept numeric/integer/boolean typed-literal in DEFAULT position by @​gfx in #​1245

v3.11.7

Compare Source

  • parser: accept interval typed-literal in DEFAULT position by @​gfx in #​1243

v3.11.6

Compare Source

  • parser: accept un-parenthesized AT TIME ZONE in DEFAULT and index expressions by @​gfx in #​1241

v3.11.5

Compare Source

  • Support the AT TIME ZONE operator in the generic parser by @​gfx in #​1238
  • parser: accept MODE as a non-reserved keyword identifier by @​gfx in #​1240
  • psqldef: retry generic parser for ignored statements in auto mode by @​178inaba in #​1226

v3.11.4

Compare Source

v3.11.3

Compare Source

  • fix: mysql view normalization recurses into subqueries and unwraps JOIN parens by @​TiBata in #​1213
  • feat: add --check flag for CI gating of schema drift by @​TiBata in #​1214
  • psqldef: emit USING clause for ALTER COLUMN TYPE between string and enum types by @​mihyaeru21 in #​1215
  • fix: sqlite3def: tolerate generated column without VIRTUAL/STORED keyword by @​infogulch in #​1216

v3.11.2

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source

v3.10.1

Compare Source

v3.10.0

Compare Source

v3.9.8

Compare Source

v3.9.7

Compare Source

v3.9.6

Compare Source

v3.9.5

Compare Source

v3.9.4

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

v3.8.14

Compare Source

v3.8.13

Compare Source

v3.8.12

Compare Source

  • macos is no longer needed to build sqldef (because of CGO_ENABLED=0) by @​gfx in #​1056

v3.8.11

Compare Source

v3.8.10

Compare Source

  • Standardize PostgreSQL environment variables and add shell quoting in test-aurora-dsql.sh by @​Copilot in #​1042
  • fix: handle trigger event correctly in psqldef by @​gfx in #​1044

v3.8.9

Compare Source

v3.8.8

Compare Source

  • support YEAR(4) for mysqldef, even if deprdcated by @​gfx in #​1034
  • support PARTITION for mysqldef and psqldef, adding --skip-partition to psqldef by @​gfx in #​1036

v3.8.7

Compare Source

v3.8.6

Compare Source

v3.8.5

Compare Source

v3.8.4

Compare Source

  • fix: mssql-specific inline FOREIGN KEY REFERENCES by @​gfx in #​1018
  • [test] use fnv for faster hash; use t.Fatal; fix messages by @​gfx in #​1020

v3.8.3

Compare Source

v3.8.2

Compare Source

  • fix a wrong index option ordering in generator for psqldef by @​gfx in #​1010

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.11

Compare Source

v3.7.10

Compare Source

v3.7.9

Compare Source

v3.7.8

Compare Source

  • [doc] mention to supported DB (esp. we've started to support TiDB) by @​gfx in #​994
  • chore: remove -ldflags from build options by @​gfx in #​996

v3.7.7

Compare Source

v3.7.6

Compare Source

v3.7.5

Compare Source

  • Fix: edge case issues; changing the YAML test format for the contributors to make sure writing forward and backward migrations by @​gfx in #​981

v3.7.4

Compare Source

  • [doc] add v4-migration.md to describe incoming incompatible changes by @​gfx in #​977
  • psqldef: fix an issue that cross-schema domains are not correctly handled by @​gfx in #​979
  • parser: allow spatial type keywords as identifiers by @​178inaba in #​980

v3.7.3

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.6.7

Compare Source

v3.6.6

Compare Source

v3.6.5

Compare Source

v3.6.4

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

  • psqldef: support CREATE MATERIALIZED VIEW ... WITH [NO] DATA (with_data_opt) by @​gfx in #​921
  • Change runner from ubuntu-latest to ubuntu-slim for tagpr.yml by @​gfx in #​923
  • remove unecessary string <-> []byte conversions by @​gfx in #​924

v3.6.0

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

  • psqldef: improve the generic parser to process all the existing tests by @​gfx in #​911

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.2

Compare Source

[v3.2.1](https://re

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • On day 1 of the month (* * 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Preview (prod backend + PR dashboard) → https://1274.ns-preview.trapti.tech/

@trap-renovate trap-renovate Bot force-pushed the renovate/go-github.com-sqldef-sqldef-cmd-mysqldef-3.x branch 2 times, most recently from 76204ef to 556a39c Compare June 15, 2026 22:14
@trap-renovate trap-renovate Bot force-pushed the renovate/go-github.com-sqldef-sqldef-cmd-mysqldef-3.x branch 3 times, most recently from 0ec00f2 to 20f94b1 Compare June 17, 2026 21:57
@trap-renovate trap-renovate Bot force-pushed the renovate/go-github.com-sqldef-sqldef-cmd-mysqldef-3.x branch from 20f94b1 to 10ab00c Compare June 24, 2026 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants