Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.13 KB

File metadata and controls

21 lines (15 loc) · 1.13 KB

Data Tooling Fixes

Use this note for bugs in serialization, validation, packaging helpers, or table-oriented behavior.

Pattern

  1. Reproduce the exact serialized value or schema behavior.
  2. Keep the expected output explicit in the test.
  3. Avoid broad compatibility code unless a supported version needs it.
  4. Document the verification command in the PR.

Case Log

Add links to upstream PRs here as the notes are written.

Project Problem PR
pyserde Fix order-dependent serialization for Union[None, X] after Optional[X] cache reuse note, PR
py7zr Require passwords when explicit crypto filters are used for writing archives note, PR
pypdf PDF parsing or metadata behavior note issue #5
sqlparse Keep Oracle procedure declarations and bodies in one split statement note, PR