Robert
Robert
We have observed that pgBackRest backups are slow. Here some relevant info: 1. pgBackRest version: 2.47-1 2. PostgreSQL version: 15.4-3.3-1 3. Operating system/version: company-internal Kubernetes cluster running on Linux. 4....
Add the operator "regexMatch" which tests a string using a regular expression. Example use: { "field": "id", "operator": "regexMatch", "value": "^(?![0-9A-Za-z]{4}$).+" } This checks if the id is exactly 4...
`JsonRuleEngine.ParseExpression()` outputs the parse tree on the console, which is not always wanted. Added a feature that makes logging optional, which can be enabled by passing `true` to the JsonRuleEngine...