-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureGroup together issues making up a full feature. It creates a parent-child relation with its issues.Group together issues making up a full feature. It creates a parent-child relation with its issues.
Milestone
Description
Add specialized comparators to enable equality checks for system type engines.
Examples:
# test for identity equality
expr = students.sys.database_id == '...'
# visibility test: explicit test for non deleted rows
stmt = select(students)
stmt.where(students.sys.is_deleted.is_(False) & students.c.grade > 2.0)
# temporal data
stmt = select(students)
stmt.where(
students.sys.created_at.after("2024-12-31")
& students.sys.updated_at.before("2025-12-31")
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureGroup together issues making up a full feature. It creates a parent-child relation with its issues.Group together issues making up a full feature. It creates a parent-child relation with its issues.
Projects
Status
No status