Changes between Version 1 and Version 2 of Ticket #32921, comment 1
- Timestamp:
- Jul 13, 2021, 9:05:10 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32921, comment 1
v1 v2 10 10 qs = company.payrun_set.extra(where=[''' "paiyroll_payrun"."snapshot" #> '{employee}' ?| array[...is empty...]::varchar[] ''']) 11 11 }}} 12 In a similar vein, I'm not clear if the values in the array should/could be explicitly converted to/masked as strings?