-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The Integration Tests for WaterSupplyAccounting are failing with the latest schema.
I believe cwms-database changes affected the shape of some Oracle user-defined-types and there is a mismatch between what jOOQ thinks the types need vs what the database is expecting. This mismatch is leading to jOOQ sending a description field into what the database is expecting to be a timestamp. The string is not parsing as a timestamp and eventually triggering a bind exception.
CDA might be able to work around the issue by doing its own type mapping or perhaps codegen can be run against the latest schema and the CDA dependency updated depending on the schema ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working