update readme for 4.5 release#812
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis update adds Oracle-compatible client command support (VARIABLE and PRINT) to the psql tool, including new lexer and parser components, integration into the main input loop, and management of bind variables alongside shell variables. Documentation URLs were updated to IvorySQL 4.5. Build files were modified to include new sources. A comprehensive SQL test script was added for these commands. Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (14)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
29-32: Consistent capitalization for RPM installationThe list item uses "Rpm" but the conventional acronym is "RPM". Consider updating for consistency:
- - [Rpm installation](https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/6#Rpm-installation) + - [RPM installation](https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/6#Rpm-installation)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
README.md(1 hunks)README_CN.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (6)
- GitHub Check: contrib_regression
- GitHub Check: build (ubuntu-latest)
- GitHub Check: meson_build (ubuntu-latest)
- GitHub Check: oracle_pg_regression (ubuntu-latest)
- GitHub Check: oracle_regression (ubuntu-latest)
- GitHub Check: pg_regression (ubuntu-latest)
🔇 Additional comments (3)
README_CN.md (2)
24-26: Update Quick Start and detailed installation links to v4.5The URLs have been correctly bumped from v4.4 to v4.5 for both the Quick Start guide and the detailed installation docs.
27-30: Verify installation methods list links and formattingThe four installation methods are now properly listed. Ensure the link anchors (e.g.,
#Yum-installation,#Source-code-installation) match the actual section IDs in the v4.5 Chinese documentation.README.md (1)
26-28: Update Quick Start and Installation Docs links to v4.5The Quick Start and Installation Docs URLs have been updated to v4.5. Please confirm the duplicate
v4.5/v4.5segments in the path are intentional and resolve correctly.
06a9b58 to
446af3f
Compare
Summary by CodeRabbit
VARIABLE,PRINT) in psql.