Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ParseMissingIdentAfterAt (0.08 seconds)

  1. cmd/api-errors.go

    		Code:           "ParseUnknownOperator",
    		Description:    "The SQL expression contains an invalid operator.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrParseMissingIdentAfterAt: {
    		Code:           "ParseMissingIdentAfterAt",
    		Description:    "Did not find the expected identifier after the @ symbol in the SQL expression.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrParseUnexpectedOperator: {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Apr 16 07:34:24 GMT 2025
    - 93K bytes
    - Click Count (3)
Back to Top