datanucleus / datanucleus-core

DataNucleus core persistence support - the basis for anything in DataNucleus
123 stars 73 forks source link

Rationalise enums for query language #475

Closed andyjefferson closed 2 years ago

andyjefferson commented 2 years ago

We have org.datanucleus.metadata.QueryLanguage and org.datanucleus.store.query.Query JDOQL, JPQL, SQL, STOREDPROC. We also treat these as if they can be case-insensitive, but that is not the case, so could omit many equalsIgnoreCase() and just use equals()