Skip to content

Escape schemaPattern for getSchemas#2195

Merged
Jeffery-Wasty merged 5 commits intomainfrom
schemaPatternEscapeFix
Sep 6, 2023
Merged

Escape schemaPattern for getSchemas#2195
Jeffery-Wasty merged 5 commits intomainfrom
schemaPatternEscapeFix

Conversation

@Jeffery-Wasty
Copy link
Copy Markdown
Contributor

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

Comment thread src/main/java/com/microsoft/sqlserver/jdbc/SQLServerDatabaseMetaData.java Outdated
@Jeffery-Wasty Jeffery-Wasty force-pushed the schemaPatternEscapeFix branch from 2606f46 to bbbd879 Compare August 18, 2023 22:39
@Jeffery-Wasty Jeffery-Wasty merged commit 145c10e into main 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

Status: 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