Skip to content

Improvement to equals in SQLServerDataTable #2620

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

Closed

Conversation

CaptainGlac1er
Copy link
Contributor

Noticed that it was using == on strings in the equals function for SQLServerDataTable. (I didn't experience a bug as a result of it) Is it intended to check the memory location?

@CaptainGlac1er
Copy link
Contributor Author

@microsoft-github-policy-service agree

@Jeffery-Wasty Jeffery-Wasty moved this from In progress to Under Peer Review in MSSQL JDBC Mar 4, 2025
machavan
machavan previously approved these changes Apr 29, 2025
@Ananya2 Ananya2 force-pushed the fix/fix-equals-with-string branch from 029eeaa to 27bedb9 Compare May 5, 2025 16:27
@Ananya2
Copy link
Contributor

Ananya2 commented May 5, 2025

David-Engel
David-Engel previously approved these changes May 7, 2025
divang
divang previously approved these changes May 8, 2025
muskan124947 and others added 5 commits May 8, 2025 17:20
…lated issues (microsoft#2650)

* Addressed-Cannot use mssql-jdbc 12.10 on WildFly if WildFly directory path contains a space

* Add general exception

* Updated logging level
…crosoft#2638)

* Invalidate existing enclave session in during (re)connect

* Added check on logging level

* Added a speculative fix to invalidate enclaveCache on error 33195

* Moved error checking in PreparedStatement doExecute methods

* Added trade for invalidation

* Directly call invalidateEnclaveSessionCache from reconnect
…#2652)

* correct processing of OffsetDateTime in SQLServerDataTable

* add a column to SQLServerDataTableTest with Types.TIMESTAMP_WITH_TIMEZONE and a OffsetDateTime value

* added comment

---------

Co-authored-by: Leos Bitto <Leos.Bitto@gmail.com>
@Ananya2 Ananya2 dismissed stale reviews from divang, David-Engel, and machavan via 549301f May 8, 2025 12:36
@CaptainGlac1er
Copy link
Contributor Author

Not sure what happen but somehow my MR is starting to add stuff that I didn't add

@CaptainGlac1er
Copy link
Contributor Author

I will recreate my MR

@CaptainGlac1er
Copy link
Contributor Author

#2660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Under Peer Review
Development

Successfully merging this pull request may close these issues.

7 participants