ORIENT/modules
Samuel Georges 905e5fbb72 Fix for strict SQL languages (Pgsql)
When the value is null [id >= ''] an error is thrown, not being an integer, while [id >= null] will return nil results, curiously. Here we emulate infinity by using a large-ish number instead of null. In future if this becomes a problem we may need to resort to multiple condition definitions as a more verbose solution, for example:

- For when both are set (conditions: id >= ':min' and id <= ':max')
- For when min is set (conditionsMin: id >= ':min')
- For when max is set (conditionsMax: id >= ':max')
2019-12-02 17:27:43 +11:00
..
backend Fix for strict SQL languages (Pgsql) 2019-12-02 17:27:43 +11:00
cms Add missing documentation comment blocks for fired events (#4788) 2019-11-24 23:59:00 -06:00
system Trigger "change" event when time picker is changed 2019-11-30 00:09:49 +08:00