Hello, There is no way of physically updating only the tables that were modified. However, that shouldn't be necessary anyway, as two consecutive code generation runs will produce exactly the same source code. Why would you prefer to reduce the update to only modified tables?
Cheers Lukas 2013/10/18 JESSICA VIDAL <[email protected]> > Hi, > > I am newbie in jOOq. I had a problem with the database. Once a week, the > database is updated. Some tables are added or deleted and some columns are > added. So I need to update the schema in jOOq. I am using maven, so I run > mvn clean install when I need to update the schema, but all the tables and > columns are updated. > My question is related if there are any way to update only the tables that > were modified. > I follow this configuration: > http://www.jooq.org/doc/3.1/manual/code-generation/codegen-configuration/ > > Thanks in advance. > > -- > 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/groups/opt_out.
