Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/k0kubun/sqldef to v0.13.7 #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/k0kubun/sqldef require minor v0.11.54 -> v0.13.7

Release Notes

k0kubun/sqldef

v0.13.7

Compare Source

  • Stabilize default value comparison for mysqldef #​275

v0.13.6

Compare Source

  • Support altering table comments for mysqldef #​271

v0.13.5

Compare Source

  • Handle default values of "boolean" correctly #​274

v0.13.4

Compare Source

  • Cross-compile psqldef releases for macOS using Xcode on the macOS runner of GitHub Actions

v0.13.3

Compare Source

  • Cross-compile psqldef releases for macOS using osxcross instead of Zig

v0.13.2

Compare Source

  • Initial support of comments for psqldef #​266

v0.13.1

Compare Source

  • Switch the SQL parser of psqldef per statement
  • Fix psqldef --export for policies

v0.13.0

Compare Source

  • Introduce a new SQL parser for psqldef #​241
    • psqldef releases are now cross-compiled using Zig

v0.12.8

Compare Source

  • Support non-Linux operating systems in sqlite3def releases #​149

v0.12.7

Compare Source

  • Initial support of materialized view indexes #​265

v0.12.6

Compare Source

  • Parse INTERVAL and :: TIMESTAMP WITH TIME ZONE for psqldef #​263

v0.12.5

Compare Source

  • Initial support of materialized views for psqldef #​262

v0.12.4

Compare Source

  • Fix an error when a primary key with AUTO_INCREMENT is modified #​258
  • Fix the output of composite foreign keys on psqldef --export #​260

v0.12.3

Compare Source

  • Fix the type cast parser for psqldef #​257

v0.12.2

Compare Source

  • Support changing precision and scale of numeric types #​256

v0.12.1

Compare Source

  • Parse an expression in the first argument of substr for mysqldef #​254

v0.12.0

Compare Source

  • Drop --skip-file option from mysqldef
  • Add --config option to mysqldef to specify target_tables #​250

v0.11.62

Compare Source

  • Support casting a default value to jsonb #​251

v0.11.61

Compare Source

  • Fix the parser on reserved keywords for psqldef #​249

v0.11.60

Compare Source

  • Support posix regexp on psqldef #​248

v0.11.59

Compare Source

  • Add --skip-file option to mysqldef to skip tables specified with regexp
    #​242

v0.11.58

Compare Source

  • Sort table names in psqldef --export #​240

v0.11.57

Compare Source

  • Improve handling of SQL comments a little

v0.11.56

Compare Source

  • Parse type columns in VIEW definitions for psqldef #​235

v0.11.55

Compare Source

  • Parse CREATE INDEX without an index name correctly for psqldef #​234

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #89 (2225a67) into main (f99e6db) will not change coverage.
The diff coverage is n/a.

❗ Current head 2225a67 differs from pull request most recent head d7e70d8. Consider uploading reports for the commit d7e70d8 to get more accurate results

@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   77.60%   77.60%           
=======================================
  Files           1        1           
  Lines         125      125           
=======================================
  Hits           97       97           
  Misses         23       23           
  Partials        5        5           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 2225a67 to c84ac70 Compare May 11, 2022 11:07
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.56 fix(deps): update module github.com/k0kubun/sqldef to v0.11.57 May 11, 2022
@renovate
Copy link
Contributor Author

renovate bot commented May 11, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/johejo/dbtypegen":"/mnt/renovate/gh/johejo/dbtypegen" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -w "/mnt/renovate/gh/johejo/dbtypegen" docker.io/renovate/go:1.19.0 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/k0kubun/sqldef v0.13.7
go: downloading golang.org/x/tools v0.1.12
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading github.com/google/go-cmp v0.5.8
go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
go: downloading golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
github.com/johejo/dbtypegen imports
	github.com/k0kubun/sqldef/sqlparser: cannot find module providing package github.com/k0kubun/sqldef/sqlparser

@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from c84ac70 to 9bf98ed Compare May 17, 2022 06:08
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.57 fix(deps): update module github.com/k0kubun/sqldef to v0.11.58 May 17, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 9bf98ed to 19eee7f Compare May 20, 2022 18:00
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.58 fix(deps): update module github.com/k0kubun/sqldef to v0.11.59 May 20, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch 2 times, most recently from 7541698 to e5b39cf Compare June 15, 2022 06:29
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.59 fix(deps): update module github.com/k0kubun/sqldef to v0.11.60 Jun 15, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from e5b39cf to 38219e2 Compare June 27, 2022 11:44
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.60 fix(deps): update module github.com/k0kubun/sqldef to v0.11.61 Jun 27, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 38219e2 to f48ce29 Compare July 1, 2022 22:04
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.61 fix(deps): update module github.com/k0kubun/sqldef to v0.11.62 Jul 1, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from f48ce29 to 04fc036 Compare July 8, 2022 10:38
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.11.62 fix(deps): update module github.com/k0kubun/sqldef to v0.12.0 Jul 8, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 04fc036 to f3ffd08 Compare July 10, 2022 09:25
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.0 fix(deps): update module github.com/k0kubun/sqldef to v0.12.1 Jul 10, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from f3ffd08 to abdc2c8 Compare July 11, 2022 04:47
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.1 fix(deps): update module github.com/k0kubun/sqldef to v0.12.2 Jul 11, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from abdc2c8 to 6e83a6b Compare July 13, 2022 05:23
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.2 fix(deps): update module github.com/k0kubun/sqldef to v0.12.3 Jul 13, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 6e83a6b to bfe264f Compare July 14, 2022 23:19
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.3 fix(deps): update module github.com/k0kubun/sqldef to v0.12.4 Jul 14, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from bfe264f to ec8e82f Compare July 15, 2022 05:04
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.4 fix(deps): update module github.com/k0kubun/sqldef to v0.12.5 Jul 15, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from ec8e82f to 6460c14 Compare July 20, 2022 09:35
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.5 fix(deps): update module github.com/k0kubun/sqldef to v0.12.6 Jul 20, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch 2 times, most recently from e1cd43b to 135503a Compare July 22, 2022 11:42
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.6 fix(deps): update module github.com/k0kubun/sqldef to v0.12.7 Jul 22, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 135503a to 1eda088 Compare July 27, 2022 22:08
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 1eda088 to f5ee2ed Compare August 7, 2022 10:12
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.7 fix(deps): update module github.com/k0kubun/sqldef to v0.12.8 Aug 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from f5ee2ed to 4acce16 Compare August 7, 2022 16:37
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.12.8 fix(deps): update module github.com/k0kubun/sqldef to v0.13.0 Aug 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 4acce16 to 119eba5 Compare August 7, 2022 18:53
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.13.0 fix(deps): update module github.com/k0kubun/sqldef to v0.13.1 Aug 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 119eba5 to 201027c Compare August 7, 2022 22:29
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.13.1 fix(deps): update module github.com/k0kubun/sqldef to v0.13.2 Aug 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 201027c to 7786a52 Compare August 9, 2022 10:19
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.13.2 fix(deps): update module github.com/k0kubun/sqldef to v0.13.3 Aug 9, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 7786a52 to dea48ce Compare August 10, 2022 10:51
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.13.3 fix(deps): update module github.com/k0kubun/sqldef to v0.13.4 Aug 10, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from dea48ce to 4d6afac Compare August 11, 2022 10:25
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.13.4 fix(deps): update module github.com/k0kubun/sqldef to v0.13.5 Aug 11, 2022
@renovate renovate bot force-pushed the renovate/github.com-k0kubun-sqldef-0.x branch from 4d6afac to d7e70d8 Compare August 13, 2022 19:49
@renovate renovate bot changed the title fix(deps): update module github.com/k0kubun/sqldef to v0.13.5 fix(deps): update module github.com/k0kubun/sqldef to v0.13.7 Aug 13, 2022
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.

None yet

0 participants