rocketadmin
rocketadmin copied to clipboard
400 error on adding/editing Oracle test connection records
Describe the bug Rows on oracle test connection are not added and edited.
To Reproduce Steps to reproduce the behavior:
- Go to Oracle test connections any table, say, Orders
- Click on Add row
- Fill in the form with valid inputs
- Click Add
Actual behavior Row is not added with valid inputs; 400 code; error ORA-01861: literal does not match format string
Expected behavior Row is added if valid inputs.
Request body '{"OrderID":290,"UserID":3,"OrderDate":"2025-03-25","ShippingAddress":"Test Street 23","BillingAddress":"Test Street 23","TotalAmount":3,"OrderStatus":"new"}'
Screenshots