Skip to content

v1.2.5

Choose a tag to compare

@benzsevern benzsevern released this 31 Mar 19:02

Bug Fix

ID pattern now matches CamelCase columnsSalesID, MachineID, ModelID, RecordId are now correctly classified as identifiers by auto-configure. Previously, these were misclassified as "phone" (numeric strings) because _ID_PATTERNS only matched _id$ (with underscore).

Uses case-sensitive (?:ID|Id)$ suffix pattern to avoid false positives on words like "valid" and "rapid".