DateTime optimization in data definition #8

Closed
opened 2026-08-02 14:41:56 +02:00 by c.fahner · 1 comment
Owner

Many databases have optimized types for date/time types. Currently a date/time type would have to be expressed as a Type that serializes to an int.

DateTimeInterface should be added to the allowed return types of Type::serialize().

Many databases have optimized types for date/time types. Currently a date/time type would have to be expressed as a `Type` that serializes to an `int`. `DateTimeInterface` should be added to the allowed return types of `Type::serialize()`.
Author
Owner

#4 basically also implements this.

#4 basically also implements this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
slendium/ocd#8
No description provided.