datanucleus/datanucleus-core

Remove many toLowerCase in properties/extension handling for efficiency

andyjefferson opened this issue · 0 comments

The persistence properties and query extensions are stored in lowercase. When a property/extension is accessed internally we should just pass in the lowercase name and then not need to call toLowerCase()