Changes between Version 2 and Version 3 of Ticket #35586, comment 3


Ignore:
Timestamp:
Jul 9, 2024, 4:32:32 PM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35586, comment 3

    v2 v3  
    1414     # Can the expression be used during a constraint validation?
    1515     constraint_validation_compatible = True
    16 +    # Does the expression possibly return more than one row?
     16+    # Does the expression possibly returns more than one row?
    1717+    set_returning = False
    1818
Back to Top