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

feat(emulator): bump from version 1.5.0 to 1.5.9 #471

Merged
merged 2 commits into from Sep 18, 2023

Conversation

radhus
Copy link
Member

@radhus radhus commented Sep 15, 2023

Same change as done in Sage here: einride/sage#461

The emulator now supports ON DELETE CASCADE. This is needed when bumping cloud.google.com/go/spanner to v1.48.0 or beyond as it now automatically inserts the default ON DEFAULT NO ACTION clause (see googleapis/google-cloud-go#8296).

Include the dependabot PR #470 that bumps spanner library to 1.49.0 while at it.

radhus and others added 2 commits September 15, 2023 13:35
Bumps [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) from 1.47.0 to 1.49.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.47.0...spanner/v1.49.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@radhus radhus requested a review from a team September 15, 2023 11:37
@codecov-commenter
Copy link

Codecov Report

Merging #471 (72d3a37) into master (762bfd8) will decrease coverage by 1.94%.
Report is 172 commits behind head on master.
The diff coverage is 25.18%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #471      +/-   ##
==========================================
- Coverage   44.66%   42.73%   -1.94%     
==========================================
  Files          21       20       -1     
  Lines        4267     4563     +296     
==========================================
+ Hits         1906     1950      +44     
- Misses       2249     2504     +255     
+ Partials      112      109       -3     
Files Changed Coverage Δ
internal/examples/freightdb/descriptor_gen.go 0.00% <0.00%> (ø)
internal/examples/musicdb/descriptor_gen.go 5.55% <0.00%> (-1.47%) ⬇️
spanddl/table.go 29.46% <0.00%> (ø)
internal/examples/musicdb/database_gen.go 17.20% <6.29%> (-3.57%) ⬇️
internal/examples/freightdb/database_gen.go 23.28% <41.37%> (+0.07%) ⬆️
internal/codegen/databasecodegen/common.go 100.00% <100.00%> (ø)
...nternal/codegen/databasecodegen/readtransaction.go 100.00% <100.00%> (ø)

@radhus radhus merged commit a6053ca into master Sep 18, 2023
1 check passed
@radhus radhus deleted the bump-spanner-emulator branch September 18, 2023 10:56
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

3 participants