kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
580 stars 126 forks source link

FIx issue with oracle and mutated properties #291

Closed AbdealiLoKo closed 2 years ago

AbdealiLoKo commented 2 years ago

Fixes https://github.com/kvesteri/sqlalchemy-continuum/issues/289 Fixes https://github.com/kvesteri/sqlalchemy-continuum/issues/91

I have added the test fixes from https://github.com/kvesteri/sqlalchemy-continuum/pull/288 to get tests to pass. But will rebase once that PR is merged

marksteward commented 2 years ago

Thanks, this looks good 👍

AbdealiLoKo commented 2 years ago

Yess - Finally the CI build is green 😎

marksteward commented 2 years ago

Rebased and merged, thanks!