-
Notifications
You must be signed in to change notification settings - Fork 30
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
Drop support for EOL software components #424
Conversation
3da5030
to
13bb12f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to put the change that drops support and the related documentation update into the same commit. Otherwise lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't the compiler.CrateCompiler.visit_insert
method be removed now as supported CrateDB versions do support insert-from-select without parenthesis?
The compatibility tables would need structural rework in order to express the "phasing out" of support for specific software versions. I think it is safe to remove this section completely in order to reduce maintenance overhead.
It was needed to wrap INSERT statements inside parentheses to conform with earlier versions of CrateDB. CrateDB >= 1.0.1 already supports INSERT statements as generated by SQLAlchemy natively, so with the recent deprecations, it is no longer needed.
Hi again, I've amended the commits to include the corresponding updates to the documentation and also added 08ed75c, following up on the comment
Thank you for your attention. 🙇♂️ With kind regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
As a precursor to #391, this patch drops support for software components considered to be EOL.