sqlite: Functions thats returns the values resulting from a 'SELECT' query and name of column - Feature ISSUE #20565 #2831
Workflow file for this run
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: Code CI | |
on: | |
push: | |
paths-ignore: | |
- '**.md' | |
- '**.yml' | |
- '!**/code_ci.yml' | |
- '!**/linux_ci.yml' | |
- '!**/macos_ci.yml' | |
- '!**/windows_ci.yml' | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
- '**.yml' | |
- '!**/code_ci.yml' | |
- '!**/linux_ci.yml' | |
- '!**/macos_ci.yml' | |
- '!**/windows_ci.yml' | |
concurrency: | |
group: code-ci-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
linux: | |
uses: ./.github/workflows/linux_ci.yml | |
macos: | |
uses: ./.github/workflows/macos_ci.yml | |
windows: | |
uses: ./.github/workflows/windows_ci.yml |