Commit dfeacb1
fix: accept integer values in Sequence validator for $tenant VAR_ID type
SQL adapters return integer tenant values from getTenant(), but the
Sequence validator only accepted strings. Cast int to string before
validation to support both SQL (integer) and MongoDB (UUID string) tenants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 706f3b9 commit dfeacb1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments