SQL Functions#
- class trytond.sql.functions.NumRange(lower, upper[, bounds])#
A range of numeric.
bounds
can be()
,(]
,[)
(default) or[]
- class trytond.sql.functions.TSRange(lower, upper[, bounds])#
A range of timestamp.
- class trytond.sql.functions.DateRange(lower, upper[, bounds])#
A range of date.