For the record, I'm fine with screenshots. On Monday, March 27, 2023 at 11:52:39 PM UTC+2 [email protected] wrote:
> On 3/27/23 14:43, Sahil Dogra wrote: > > Hello, I am currently working on migrating jOOQ from version 3.11.3 to > > 3.14.9 and making all the necessary changes. For the most part, the > > migration is complete, but when I deploy my code and > > insertions/updates are made (via DSLContext's executeInsert and > > executeUpdate) to our Postgres DB via jOOQ DSL methods, for resources > > that have been created via jOOQ code generation from a production > > table, I am encountering an indexing issue. > > (Always best to copy paste text rather than screen shots) > You might need to look at the exact classpaths in play as you run your > tests: The code and the database disagree on at least one table so I > suspect you're pointing new code at old database or vice versa. > > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/7950069d-a608-4488-885d-418da473a45cn%40googlegroups.com.
