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

fix:修复not条件查询忽略null值问题 #70

Merged
merged 1 commit into from
May 10, 2024

Conversation

goten7
Copy link
Contributor

@goten7 goten7 commented May 9, 2024

No description provided.

@@ -23,6 +25,12 @@ public H2SchemaMetadata(String name) {
.add(FeatureUtils.r2dbcIsAlive(), () -> H2R2DBCExceptionTranslation.of(this))
.add(H2JDBCExceptionTranslation.of(this))
);
// 覆盖通用的基本条件
addFeature(new NotFillOrNullFragmentBuilder(RDBFeatures.not));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

所有数据库都是此逻辑? 直接加到RDBSchemaMetadata里?

@goten7 goten7 requested a review from zhou-hao May 10, 2024 02:01
@zhou-hao zhou-hao merged commit 081174a into hs-web:master May 10, 2024
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.

2 participants