Skip to content

Add exist(?, ?|, ?&) operators for agtype #673

Add exist(?, ?|, ?&) operators for agtype

Add exist(?, ?|, ?&) operators for agtype #673

Workflow file for this run

name: JDBC Driver Tests
on:
push:
branches: [ "PG12" ]
pull_request:
branches: [ "PG12" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: drivers/jdbc
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Build and Test
run: gradle build