Hi Daniel, Thanks for your message. Indeed, this message deserves some additional clarification as the code generator "knows" what the object really is. It should add
- Object type - Full qualification I've added a feature request for this: https://github.com/jOOQ/jOOQ/issues/6654 >From what I've seen so far, it is mostly a routine, but in principle, it could also be any of: - UDT (unnamed attribute) - Table (unnamed column) - Index (unnamed column expression) - Sequence (?) I hope this helps, Lukas 2017-10-07 22:34 GMT+02:00 Daniel Einspanjer <[email protected] >: > I reported a couple of small issues I found solutions for when attempting > to upgrade to 3.10, but there are a couple of remaining messages that I'm > not sure about. > > In the console output for the maven plugin, after all the normal output, I > see these two lines: > > [INFO] Missing name : Object device_alias_type_to_text holds a > column without a name at position 1 > [INFO] Missing name : Object hierarchy holds a column without > a name at position 1 > > I recognize "device_alias_type_to_text" as a function in my schema, but > "hierarchy" could be one of several different objects, a column name or a > view or maybe a type. > > Could you clarify a bit more what exactly these messages are warning me > of, and how I can track down the problem to resolve it? > > -Daniel > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
