intuit / intuit/graphql-filter-java
Add proper support for string starts/ends operators
Ouverte
- Langage dominant
- Java
- Étoiles
- 73
- Forks
- 33
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The current implementation for String `starts` and `ends` operators is a switch fall through to `contains`. Proper SQL implementations with `LIKE %` and `LIKE %` should be provided instead.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Locate the Java implementation of the String `starts` and `ends` operators, beginning with the switch that currently falls through to `contains`. Verify the generated SQL uses `LIKE %` for `starts` and `LIKE %` for `ends`, and add or update the relevant operator tests if they exist.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- graphql, java, sql
- Domaine
- api
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 48/100