Skip to content

Allow CREATE TABLE and ALTER TABLE to accept hexnum and float values when integers are expected. #1878

Allow CREATE TABLE and ALTER TABLE to accept hexnum and float values when integers are expected.

Allow CREATE TABLE and ALTER TABLE to accept hexnum and float values when integers are expected. #1878

name: check_make_parser
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Check out code
uses: actions/checkout@v3
- name: Get dependencies
run: |
go mod download
- name: check_make_parser
run: |
tools/check_make_parser.sh