-
Notifications
You must be signed in to change notification settings - Fork 170
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
SNOW-1016468-Set-QueryID-For-all-exceptions #1737
SNOW-1016468-Set-QueryID-For-all-exceptions #1737
Conversation
src/main/java/net/snowflake/client/jdbc/SnowflakeSQLLoggedException.java
Show resolved
Hide resolved
src/main/java/net/snowflake/client/jdbc/SnowflakeSQLLoggedException.java
Show resolved
Hide resolved
…' of https://github.com/snowflakedb/snowflake-jdbc into SNOW-1016468-Set-Last-QueryID-For-All-Failed-Statements
This reverts commit dbcb988.
This reverts commit 1b2be14.
This reverts commit 823cecc.
This reverts commit f19866e.
This reverts commit 356852c.
This reverts commit 997002b.
This reverts commit f39eff4.
This reverts commit d4504f8.
This reverts commit a4db309.
This reverts commit ccee1b1.
This reverts commit 6d11e4f.
This reverts commit 66279ca.
This reverts commit 184d6ff.
This reverts commit 9f438a9.
This reverts commit 6a95dcc.
…)" This reverts commit 26fb3c6.
…)" This reverts commit e95bba2.
This reverts commit 9b7c9eb.
This reverts commit a79f58d.
This reverts commit ac0e393.
This reverts commit d84639c.
This reverts commit 5242b83.
This reverts commit 573911d.
This reverts commit ffb87d7.
This reverts commit c601137.
This reverts commit 18ae23d.
This reverts commit 6f7a6b7.
This reverts commit f12b25a.
This reverts commit 6927fff.
This reverts commit 8dcd217.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes look good but should we really have 98 commits in this PR? is this PR up to date with the master branch?
The changes are up to date, the commit messages are a result of a rebasing mishap. I tried to revert all the commits the rebase pulled in as one commit, but it wasn't working so I had to individually revert the commits and then merge master to avoid having all the files pulled into this PR. I'm currently fixing the test failures |
Overview
SNOW-1016468
Pre-review self checklist
master
branchmvn -P check-style validate
)mvn verify
and inspecttarget/japicmp/japicmp.html
)SNOW-XXXX:
External contributors - please answer these questions before submitting a pull request. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
@SnowflakeJdbcInternalApi
(note that public/protected methods/fields in classes marked with this annotation are already internal)Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.