Skip to content

Conversation

@iamnileshmittha
Copy link

@iamnileshmittha iamnileshmittha commented Nov 24, 2025

IN the DPE project there is one DPO Feedback field now saves reliably after updating the database column to LONGTEXT. Users can enter and save small, medium, and large multi-paragraph text without truncation or errors. Both autosave and manual save work consistently, with no silent failures and no log errors. QA has verified that copy-pasted long content and regular input are saved correctly.

Summary by CodeRabbit

  • Chores
    • Increased storage capacity for field values to support larger content storage in the database.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Nov 24, 2025

Walkthrough

A database installation script for MySQL was updated to change the value column data type in the #__tjfields_fields_value table from TEXT to LONGTEXT, increasing storage capacity while preserving the NULL default.

Changes

Cohort / File(s) Summary
Database Schema Update
administrator/sql/install.mysql.utf8.sql
Changed value column data type from TEXT to LONGTEXT in #__tjfields_fields_value table to increase field value storage capacity

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: increasing a database column length from TEXT to LONGTEXT for the feedback field to prevent save failures.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 3952c13 and 4c80379.

📒 Files selected for processing (1)
  • administrator/sql/install.mysql.utf8.sql (1 hunks)
🔇 Additional comments (1)
administrator/sql/install.mysql.utf8.sql (1)

29-29: The column type change is correct for new installations.

Changing from TEXT to LONGTEXT increases storage capacity (from 64KB to 4GB) and is backward-compatible, allowing the DPO Feedback field to reliably store longer multi-paragraph content without truncation.

However, this install script only affects fresh installations. Verify that database update/migration scripts are also included in this PR to handle schema changes for existing installations. Without update scripts, users upgrading from older versions will not automatically receive the schema change.

Tip

📝 Customizable high-level summaries are now available in beta!

You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.

  • Provide your own instructions using the high_level_summary_instructions setting.
  • Format the summary however you like (bullet lists, tables, multi-section layouts, contributor stats, etc.).
  • Use high_level_summary_in_walkthrough to move the summary from the description to the walkthrough section.

Example instruction:

"Divide the high-level summary into five sections:

  1. 📝 Description — Summarize the main change in 50–60 words, explaining what was done.
  2. 📓 References — List relevant issues, discussions, documentation, or related PRs.
  3. 📦 Dependencies & Requirements — Mention any new/updated dependencies, environment variable changes, or configuration updates.
  4. 📊 Contributor Summary — Include a Markdown table showing contributions:
    | Contributor | Lines Added | Lines Removed | Files Changed |
  5. ✔️ Additional Notes — Add any extra reviewer context.
    Keep each section concise (under 200 words) and use bullet or numbered lists for clarity."

Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@iamnileshmittha iamnileshmittha changed the title Task #00000 chore : Increase Database Column Length for DPO Feedback Field to Prevent Save Failures Task #00000 chore : Increase Database Column Length for Feedback Field to Prevent Save Failures Nov 24, 2025
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant