Skip to content

Commit af01e23

Browse files
authored
@FetchOne improvements (#63)
* Deprecate `@FetchAll/One` parameter pack use We maintain a ton of overloads to support them, but they are not very ergonomic. We provide a far better tool for packing values together, and that's the `@Selection` macro, so let's steer folks that direction. * wip * wip * wip * wip
1 parent 55c9c3c commit af01e23

File tree

7 files changed

+733
-770
lines changed

7 files changed

+733
-770
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
swift:
36-
- '6.0'
36+
- '6.1'
3737
runs-on: ubuntu-latest
3838
container: swift:${{ matrix.swift }}
3939
steps:

0 commit comments

Comments
 (0)