feat: Add Oracle Database dialect specific documentation for V7#827
feat: Add Oracle Database dialect specific documentation for V7#827WikiRik merged 24 commits intosequelize:mainfrom
Conversation
…e + some changes wherever applicable
… updated releases
|
Thanks for opening this PR! I will take a look at it soon. |
|
Hi @WikiRik, Thanks! |
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation site to include Oracle as a supported dialect in v7, adds a dedicated Oracle database documentation page, and aligns existing tables/links to use the Oracle dialect name so they integrate with the site’s dialect filtering components.
Changes:
- Add a new v7 “Oracle” database documentation page and link it from Getting Started.
- Update v7 & v6 docs tables and references to use the
Oracledialect name (matching the site’s supported dialect list). - Add Oracle to the docs-site dialect support list and update releases + selected feature docs accordingly.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-6.x.x/other-topics/other-data-types.mdx | Rename “Oracle Database” column to “Oracle” for dialect table filtering consistency (v6 docs). |
| versioned_docs/version-6.x.x/other-topics/dialect-specific-things.md | Rename section/link targets from “Oracle Database” to “Oracle” (v6 docs). |
| versioned_docs/version-6.x.x/index.md | Update v6 introduction to refer to “Oracle”. |
| versioned_docs/version-6.x.x/getting-started.md | Update v6 install comment to “Oracle”. |
| src/utils/dialects.ts | Add Oracle to SUPPORTED_DIALECTS, impacting dialect filtering & support tables site-wide. |
| src/pages/releases.mdx | Rename Oracle support section/anchors and update the Oracle support table wording/values. |
| docs/querying/select-in-depth.md | Add Oracle documentation link to the RIGHT JOIN support table. |
| docs/models/data-types.mdx | Add Oracle column entries across multiple datatype tables and add Oracle-specific notes/links. |
| docs/index.mdx | Mention Oracle in the main docs landing page supported databases list. |
| docs/getting-started.mdx | Add Oracle to the list of supported dialect documentation links. |
| docs/databases/oracle.mdx | New dedicated Oracle dialect documentation page (install, config, thick mode notes). |
| docs/_fragments/_uuid-support-table.mdx | Add an Oracle column (currently N/A) to the UUID support table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WikiRik
left a comment
There was a problem hiding this comment.
Looks good, I think these should be the final comments and then we can merge
Added Documentation for Oracle Database Support for v7 sequelize/sequelize#18050