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/b70936d8-cd58-3c2d-a449-425d9a832ffc%40gmail.com.