Skip to content
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

fix: Cannot update column value with composite primary key and JSON column #916 #920

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

dyaskur
Copy link
Contributor

@dyaskur dyaskur commented Jan 13, 2025

Fixes #916

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.

@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Jan 14, 2025
@Fabio286 Fabio286 merged commit 0d8bcf5 into antares-sql:develop Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot update column value with composite primary key and JSON column
2 participants