LLBLGen 5.8.1; Database First, Adapter
As of Oracle 12.2 names in Oracle can exceed 30 characters (limit is now 128); http://docs.oracle.com/database/122/SQLRF/Database-Object-Names-and-Qualifiers.htm#SQLRF51129
When the LLBLGen Oracle DQE generates queries, it is hashing the field names if their length exceeds 30 characters: https://www.llblgen.com/Documentation/5.6/LLBLGen%20Pro%20RTF/whatsnew.htm
- "see Better name length clamping in DB2 and Oracle DQEs" section
Is there a way to prevent the hashing/clamping?
Out of curiosity, what was the purpose of hashing/clamping since this resulted in a query that did not actually work?