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

chore(postgresql-dialect): release 0.12.0 #449

Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Oct 31, 2022

🤖 I have created a release beep boop

0.12.0 (2022-11-02)

Features

  • reimplement COPY parser to support more options and legacy syntax (#410) (b8a38dd)
  • replace sequences query with empty table (#366) (170dc7c)

Bug Fixes

  • DDL batch errors halfway were not propagated (#444) (fc6efa4), closes #443

This PR was generated with Release Please. See documentation.

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Merging #449 (de66f03) into postgresql-dialect (6ef7240) will increase coverage by 0.96%.
The diff coverage is 96.10%.

❗ Current head de66f03 differs from pull request most recent head 45e4dca. Consider uploading reports for the commit 45e4dca to get more accurate results

@@                   Coverage Diff                    @@
##             postgresql-dialect     #449      +/-   ##
========================================================
+ Coverage                 86.32%   87.29%   +0.96%     
- Complexity                 1914     2020     +106     
========================================================
  Files                       122      122              
  Lines                      6216     6651     +435     
  Branches                    849      957     +108     
========================================================
+ Hits                       5366     5806     +440     
+ Misses                      605      595      -10     
- Partials                    245      250       +5     
Flag Coverage Δ
all_tests 87.29% <96.10%> (+0.96%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...dapter/statements/JdbcMetadataStatementHelper.java 80.09% <0.00%> (-1.25%) ⬇️
...e/cloud/spanner/pgadapter/utils/PgJdbcCatalog.java 0.00% <ø> (ø)
...oud/spanner/pgadapter/statements/SimpleParser.java 91.96% <91.48%> (+0.62%) ⬆️
.../cloud/spanner/pgadapter/utils/MutationWriter.java 91.54% <92.85%> (+1.16%) ⬆️
...ud/spanner/pgadapter/statements/CopyStatement.java 95.08% <96.86%> (+10.23%) ⬆️
.../spanner/pgadapter/statements/CopyToStatement.java 98.86% <97.87%> (+3.70%) ⬆️
...ud/spanner/pgadapter/error/PGExceptionFactory.java 100.00% <100.00%> (ø)
...google/cloud/spanner/pgadapter/error/SQLState.java 98.78% <100.00%> (+2.56%) ⬆️
...loud/spanner/pgadapter/utils/BinaryCopyParser.java 93.39% <100.00%> (ø)
...le/cloud/spanner/pgadapter/utils/CopyInParser.java 50.00% <100.00%> (ø)
... and 6 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@release-please release-please bot force-pushed the release-please--branches--postgresql-dialect branch 2 times, most recently from a0e1329 to de66f03 Compare November 2, 2022 11:02
@release-please release-please bot force-pushed the release-please--branches--postgresql-dialect branch from de66f03 to 45e4dca Compare November 2, 2022 12:42
@olavloite olavloite enabled auto-merge (squash) November 2, 2022 12:48
@olavloite olavloite merged commit fab14bb into postgresql-dialect Nov 2, 2022
@olavloite olavloite deleted the release-please--branches--postgresql-dialect branch November 2, 2022 13:04
@release-please
Copy link
Contributor Author

release-please bot commented Nov 2, 2022

@release-trigger
Copy link

Triggered job: cloud-devrel/client-libraries/java/pgadapter/release/stage (2022-11-02T13:04:59.111Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors are not propagated correctly in a DDL batch
1 participant