unrecognized key \"$and\" for filtering
- Lingua principale
- Go
- Stelle
- 367
- Fork
- 43
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
1. unrecognized key \"$and\" for filtering; 2. unrecognized key \"$between\" for filtering; 3. $or: Error 1241: Operand should contain 1 column(s)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue reports parsing errors for '$and', '$between', and a SQL error for '$or'. Look at the parser in the rql package, likely in a file like parser.go or ast.go, to see how filter keys are validated. Test the parsing of these operators against the supported syntax documentation. A fix would involve updating the parser to recognize these keys and generate correct SQL, then running existing tests to ensure no regressions.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- go
- Ambito
- api, backend, databases
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 40/100