Yes, exactly. There should be a generated __1, __2, etc. parameter name. The INFO log message is there to track down some issues where such parameters are defaulted, and then jOOQ cannot send them to the server unless an explicit value is given (if I remember correctly).
2017-10-09 13:00 GMT+02:00 Daniel Einspanjer <[email protected] >: > Ah, now I get it. these are things like a stored parameter argument that > was not given an explicit name. So I should look at the generated code to > see what jooq actually did with it. > > Thanks! > > On Monday, October 9, 2017 at 6:22:36 AM UTC-4, Lukas Eder wrote: >> >> 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. > -- 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.
