-
Bug
-
Resolution: Done-Errata
-
Critical
-
3.2.3.ER3
-
False
-
None
-
False
-
+
-
-
---
-
-
I have an application, which uses vetrx sql (mutiny) client to save data into database using preparedSQL method inside a transaction.
When I use it for a statement like this: INSERT INTO passenger (nif,name,last_name,contact_number,created_at,address_id) VALUES (null,'Walt','White','+34608554433',1692717882078,2) or like this INSERT INTO passenger (nif,name,last_name,contact_number,created_at,address_id) VALUES ('','Walt','White','+34608554433',1692718041072,2) the application hangs indefinitely, but only if I use Quarkus version 3.1.0.Final or newer. In the older versions (for other databases) I receive this error: Error Msg = ORA-01400: cannot insert NULL into ("TEST"."PASSENGER"."NIF"). If empty value (nif in this case) is replaced with an ordinary one, then everything works as expected.
- links to
-
RHSA-2023:124640 Red Hat build of Quarkus 3.2.9 release and security update