Skip to content

Add Time type support, update README type mapping (Issue #18)#19

Merged
CollierKing merged 1 commit into
mainfrom
feature/issue-18-additional-type-processors
Feb 14, 2026
Merged

Add Time type support, update README type mapping (Issue #18)#19
CollierKing merged 1 commit into
mainfrom
feature/issue-18-additional-type-processors

Conversation

@CollierKing

Copy link
Copy Markdown
Owner

Summary

  • Add D1Time type processor for sqlalchemy.Time columns, preventing D1_TYPE_ERROR when inserting Python time objects
  • Update README Type Mapping table to document all custom type processors (D1Boolean, D1Date, D1Time, D1DateTime, D1LargeBinary)
  • Bump version to 0.3.8

Test plan

  • 4 REST API TestTimeColumn tests pass (insert/retrieve, nullable, ORM, filter)
  • 3 Worker TestWorkerTimeColumn tests pass (insert/retrieve, nullable, ORM)
  • Full REST API suite: 71/71 passed
  • Full Worker suite: 54/54 passed
  • 16 unit tests pass
  • pre-commit run --all-files passes

Closes #18 (Time portion)

Add D1Time type processor for sqlalchemy.Time columns, preventing
D1_TYPE_ERROR when inserting Python time objects. Update README type
mapping table to document all custom type processors. Bump to v0.3.8.
@CollierKing CollierKing merged commit 5380809 into main Feb 14, 2026
8 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.

Add type processors for Time, Interval, UUID, and Enum

1 participant