Skip to content

recursive descent parser for simple INSERT/SELECT #431

recursive descent parser for simple INSERT/SELECT

recursive descent parser for simple INSERT/SELECT #431

Triggered via pull request September 12, 2024 03:00
Status Failure
Total duration 4m 6s
Artifacts

dependency-test.yml

on: pull_request
test-integration
3m 57s
test-integration
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test-integration
p.columnNameSafeKeyWord undefined (type *parser has no field or method columnNameSafeKeyWord)
test-integration
p.tupleExpression undefined (type *parser has no field or method tupleExpression)
test-integration
left declared and not used
test-integration
missing return
test-integration
missing return
test-integration
cannot use selNoInt (variable of type sqlparser.Statement) as sqlparser.SelectStatement value in struct literal: sqlparser.Statement does not implement sqlparser.SelectStatement (missing method AddOrder)
test-integration
Process completed with exit code 1.