Skip to content

Commit 3eaa9c7

Browse files
committed
c
1 parent 51d6198 commit 3eaa9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_v1.2.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# xb v1.2.2 Release Notes
22

3-
**Release Date**: 2025-01-XX
3+
**Release Date**: 2025-11-5
44

55
---
66

@@ -25,7 +25,7 @@ xb.Of("orders").InRequired("id", toInterfaces(selectedIDs)...).Build()
2525

2626
// ❌ Prevented: Empty selection
2727
selectedIDs := []int64{}
28-
xb.Of("orders").InRequired("id", toInterfaces(selectedIDs)...).Build()
28+
xb.Of(&Order{}).InRequired("id", toInterfaces(selectedIDs)...).Build()
2929
// panic: InRequired("id") received empty values, this would match all records.
3030
// Use In() if optional filtering is intended.
3131
```

0 commit comments

Comments
 (0)