Commit 54e8e36
fix: force $sequence to VAR_INTEGER and accept integer IDs in UUID7 mode
- Structure validator: force $sequence (not $tenant) to VAR_INTEGER since
sequences are always auto-incrementing integers
- Sequence validator: fall through from UUID7 to integer validation so
VAR_ID attributes like $tenant can be integers in any adapter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c74b8f0 commit 54e8e36
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments