Commit 24f6e6f
committed
[FIX] endpoint_route_handler: precompute=True on route field
Without precompute, the required computed field is evaluated after
INSERT (during flush), so creating an endpoint whose route is derived
from other fields by a downstream module fails with "Missing required
value for the field 'Route'" — the INSERT runs before the compute can
populate the column.1 parent 1d01e8d commit 24f6e6f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments