Case
DatabaseQuery.Limit.custom(_:)
Due to design limitations in SQLKit, it is not possible to provide a custom limit expression; as such, it is in turn a design flaw of FluentKit that this enum exists at all. Any attempt to use
DatabaseQuery.Limit.custom(_:) in a query unconditionally triggers a fatal error at runtime.case custom(any Sendable)