Changes between Version 2 and Version 3 of Ticket #35586, comment 3
- Timestamp:
- Jul 9, 2024, 4:32:32 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35586, comment 3
v2 v3 14 14 # Can the expression be used during a constraint validation? 15 15 constraint_validation_compatible = True 16 + # Does the expression possibly return more than one row?16 + # Does the expression possibly returns more than one row? 17 17 + set_returning = False 18 18