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

VendorDatabaseIdProvider#getDatabaseId() should return product name when properties is empty #3297

Conversation

harawata
Copy link
Member

@harawata harawata commented Nov 9, 2024

XMLConfigBuilder#databaseIdProviderElement() sets an empty Properties rather than null.

fixes #3296

… when properties is empty

`XMLConfigBuilder#databaseIdProviderElement()` sets an empty `Properties` rather than `null`.

fixes mybatis#3296
@coveralls
Copy link

Coverage Status

coverage: 87.189% (+0.009%) from 87.18%
when pulling dc249c1 on harawata:3296-vendor-db-id-provider-empty-properties
into b45f64d on mybatis:master.

@harawata harawata merged commit 6a2676a into mybatis:master Nov 9, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB_VENDOR returns null when no properties is specified in XML config
2 participants