Docs on how to use ToField
to query custom tuples in IN
clause
#3712
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Tests + Compile" | |
on: | |
pull_request: | |
branches: [master] | |
jobs: | |
tests: | |
runs-on: ARM64 | |
steps: | |
- uses: actions/checkout@v3 | |
- run: nix develop --impure --command tests | |
- run: nix develop --impure --command fastbuild |