Doesn't look like it @Peter: Did you further delve into this issue?
2014-04-25 16:41 GMT+02:00 siki <[email protected]>: > Hi, > > Is there an update to this by any chance? I'm also using PostgreSQL with > partitioned tables and would like to determine and access the partitions > from JOOQ. > > Is there a solution that would "survive" automatic code generation for > tables (the first solution above doesn't seem to be able to do that) and > still keep type-safety? > > Thanks > > > On Monday, February 25, 2013 7:44:36 AM UTC-5, Lukas Eder wrote: > >> Thank you for sharing this, Peter. Looks like jOOQ can withstand your >> "extreme" use-case. Looking forward to hearing more about this. >> >> Cheers >> Lukas >> >> 2013/2/22 Peter Cooner <[email protected]>: >> > >> > Oh, something else I forgot, normally the parent table does not have a >> > primary key because you aren't intended to ever insert into this table >> > directly. This causes jOOQ generator to extend TableImpl instead of >> > UpdatableTableImpl. >> > >> > I really wanted UpdatableTableImpl to be used which gives you store() >> and >> > other useful functions, so I had to add a PK the parent table during >> > generation even if it doesn't exist in a production system. >> > >> > Pete >> > >> > -- >> > 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. >> > >> > >> > -- > 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.
