Skip to content

sqlite: Functions thats returns the values resulting from a 'SELECT' query and name of column - Feature ISSUE #20565 #2831

sqlite: Functions thats returns the values resulting from a 'SELECT' query and name of column - Feature ISSUE #20565

sqlite: Functions thats returns the values resulting from a 'SELECT' query and name of column - Feature ISSUE #20565 #2831

Workflow file for this run

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