jakartaee / jakartaee/persistence
exclude column from schema validation
- Dominant language
- Java
- Stars
- 268
- Forks
- 78
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 13
Description
Sometimes users run into a case where the schema validation is too strict, and their program actually works as is; it would be really nice to given them a way to exclude a column from validation. Otherwise, the developer of the schema validation tool has to make some fairly arbitrary calls about how strict to be and about what to tolerate and what not to tolerate.
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the schema-validation implementation and existing column-mapping tests, then determine how an excluded column should be configured and validated. Done should include documented behavior and tests showing that the selected column is skipped without weakening validation for other columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100