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

Escape schemaPattern for getSchemas #2195

Merged
merged 5 commits into from Sep 6, 2023
Merged

Conversation

Jeffery-Wasty
Copy link
Member

schemaPattern was the only pattern in SQLServerDatabaseMetadata that was not being escaped, it should be.

@lilgreenbird lilgreenbird added this to In progress in MSSQL JDBC via automation Aug 17, 2023
@lilgreenbird lilgreenbird added this to the 12.5.0 milestone Aug 17, 2023
@Jeffery-Wasty Jeffery-Wasty moved this from In progress to Under Peer Review in MSSQL JDBC Aug 18, 2023
@Jeffery-Wasty Jeffery-Wasty merged commit 145c10e into main Sep 6, 2023
22 checks passed
MSSQL JDBC automation moved this from Under Peer Review to Closed/Merged PRs Sep 6, 2023
@Jeffery-Wasty Jeffery-Wasty deleted the schemaPatternEscapeFix branch September 6, 2023 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

DatabaseMetaData.getSchemas(catalog,schemaPattern) Does Not Handle Escapes in the Schema Pattern
3 participants