Closed belamov closed 4 years ago
extend api of range objects with ->hasUpperBoundary() and ->hasLowerBoundary()
->hasUpperBoundary()
->hasLowerBoundary()
it could be useful and can make client code cleaner (based on #12)
closed in https://github.com/belamov/postgres-range/commit/3655484a6bf7edfc892d684ed08c8a30f7fde812
extend api of range objects with
->hasUpperBoundary()
and->hasLowerBoundary()
it could be useful and can make client code cleaner (based on #12)