-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
First off, thanks again for Hasura I love it <3
Ran into a bit of a weird bug - editing a nullable text column (it's about 8th or 9th in the list of columns in the table) (when it starts from NULL) using the Hasura editor doesn't save the information (record always shows NULL). But running an SQL command directly does save it. Interestingly, if I create the record with Hasura ediotr it saves the information. Also if I edit the record when it doesn't start with NULL in the field, it saves properly. If I reset the column to NULL it's broken again. There's other columns which are nullable which save the information if I change it using the editor. There's no triggers on the table.
Here's an example :) Try adding a column with NULL 'profile_questionnaire_id' or 'customer_questionnaire_id' then editing them so they have values. Interestingly 'parent' works and displays the expected behaviour.
https://heroku-testing-ground.herokuapp.com/console/data/schema/public/tables/categories/browse