-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot update column value with composite primary key and JSON column #916
Comments
Hi @dyaskur, I haven't started working on it yet. |
I just made an update in PR #920 I've tested the update on MySQL and PostgreSQL, as these are the databases I currently have available. For MariaDB, JSON data is stored as LONGTEXT, so the update should work as long as the data is saved with the same formatting. As for SQLite and Firebird, it appears they do not natively support JSON columns. So I believe it should be fine. |
fix: Cannot update column value with composite primary key and JSON column #916
Describe the bug
I cannot edit any column value when table has a composite key and a JSON column
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Field is updated with value typed
Screenshots
https://github.com/user-attachments/assets/d688d6d7-6229-4c5b-91a3-145a9b3feca8
Application:
Environment:
Additional context
Works fin if JSON column is removed or if there is only a single primary key column
The text was updated successfully, but these errors were encountered: