> Anyway, your suggestion made me think that, perhaps, > catalog/schema/table/column names of generated artefacts should be > interned. While these names make up little space, they are used a lot > when accessing record values by field reference. There had been a > couple of recent discussions about this. E.g. > https://groups.google.com/d/topic/jooq-user/abER3uONFvI/discussion > > I'll register this as #2166 > https://github.com/jOOQ/jOOQ/issues/2166
Obviously, this doesn't change anything, as the generated string literals are interned by the JVM anyway... ;-) -- 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/groups/opt_out.
