Module Version.InfixSource

Asymmetric infix oparator for testing version ranges. The first argument is a version number, typically obtained from the server_version fields of Dialect.t, and the second argument is a string representation of the version to compare against.

An unknown version compares before other versions. Use Version.is_known to implement a different logic. See Version.compare for details about the comparison algorithm.

Sourceval (=*) : t -> string -> bool
Sourceval (<>*) : t -> string -> bool
Sourceval (<*) : t -> string -> bool
Sourceval (<=*) : t -> string -> bool
Sourceval (>*) : t -> string -> bool
Sourceval (>=*) : t -> string -> bool