pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
[pgjdbc/pgjdbc] issue #3507: problem using 42.7.5 with jOOQ: llegalArgumentException: Field "key_seq" is not contained in row type
2+ messages / 1 participants
[nested] [flat]

* [pgjdbc/pgjdbc] issue #3507: problem using 42.7.5 with jOOQ: llegalArgumentException: Field "key_seq" is not contained in row type
@ 2025-02-03 07:03 "FrankHossfeld (@FrankHossfeld)" <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: FrankHossfeld (@FrankHossfeld) @ 2025-02-03 07:03 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

A project using jOOQ and postgres with the latest postgres driver 42.7.5 fails to build. The following error message occurs:

```
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalArgumentException: Field "key_seq" is not contained in row type (
  "PKTABLE_CAT",
  "pg_namespace"."PKTABLE_SCHEM",
  "pg_class"."PKTABLE_NAME",
  "pg_attribute"."PKCOLUMN_NAME",
  "FKTABLE_CAT",
  "pg_namespace"."FKTABLE_SCHEM",
  "pg_class"."FKTABLE_NAME",
  "pg_attribute"."FKCOLUMN_NAME",
  "KEY_SEQ",
  "UPDATE_RULE",
  "DELETE_RULE",
  "pg_constraint"."FK_NAME",
  "pg_class"."PK_NAME",
  "DEFERRABILITY"
)
```

The exception is thrown by jOOQ. Running the project with 42.7.4 works without problems. 

Is this problem related to jOOQ or to the driver?


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [pgjdbc/pgjdbc] issue #3507: problem using 42.7.5 with jOOQ: llegalArgumentException: Field "key_seq" is not contained in row type
@ 2025-02-03 07:05 "FrankHossfeld (@FrankHossfeld)" <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: FrankHossfeld (@FrankHossfeld) @ 2025-02-03 07:05 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

Looks like it is an issue related to jOOQ: https://github.com/jOOQ/jOOQ/issues/17930

^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2025-02-03 07:05 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-02-03 07:03 [pgjdbc/pgjdbc] issue #3507: problem using 42.7.5 with jOOQ: llegalArgumentException: Field "key_seq" is not contained in row type "FrankHossfeld (@FrankHossfeld)" <[email protected]>
2025-02-03 07:05 Re: [pgjdbc/pgjdbc] issue #3507: problem using 42.7.5 with jOOQ: llegalArgumentException: Field "key_seq" is not contained in row type "FrankHossfeld (@FrankHossfeld)" <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox