intuit / intuit/graphql-filter-java

Add proper support for string starts/ends operators

Ouverte
#14 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.