-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add support for computed fields #340
Comments
My pr excludes computed columns when writing but still creates them in the DB. |
I've tested it, however the function As a workaround, you can add 'exclude' to the |
Yeah I'm not sure how we'd do this any way other than ignoring them. Suggestions welcome. |
It is weird because I tested it locally when I wrote it and it did work and excluded the column. |
The code today does not support computed fields.
When sqlalchemy-continuum tried to create the versioned row it also tried to write a value to the computed column thus making an error.
The text was updated successfully, but these errors were encountered: