Skip to content

test(db): add regression test for string to text column conversion#61912

Draft
moodyjmz wants to merge 1 commit into
masterfrom
test/db-string-to-text-oracle
Draft

test(db): add regression test for string to text column conversion#61912
moodyjmz wants to merge 1 commit into
masterfrom
test/db-string-to-text-oracle

Conversation

@moodyjmz

@moodyjmz moodyjmz commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This is just to test against CI.

On Oracle, converting a populated string column to text maps to VARCHAR2 -> CLOB, which cannot be done with an in-place ALTER TABLE and fails with ORA-22858. Core migration Version34000Date20260318095645 (oc_jobs.argument, shipped in 32.0.7+, 33.0.1+ and 34) triggers this during occ upgrade. The test asserts column data survives the conversion.

Assisted-by: ClaudeCode:claude-fable-5

  • Resolves: #

Summary

TODO

  • ...

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

On Oracle, converting a populated string column to text maps to
VARCHAR2 -> CLOB, which cannot be done with an in-place ALTER TABLE
and fails with ORA-22858. Core migration Version34000Date20260318095645
(oc_jobs.argument, shipped in 32.0.7+, 33.0.1+ and 34) triggers this
during occ upgrade. The test asserts column data survives the
conversion.

Assisted-by: ClaudeCode:claude-fable-5
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
@moodyjmz moodyjmz self-assigned this Jul 8, 2026
@moodyjmz moodyjmz requested a review from a team as a code owner July 8, 2026 12:53
@moodyjmz moodyjmz requested review from Altahrim, ArtificialOwl, leftybournes and salmart-dev and removed request for a team July 8, 2026 12:53
@moodyjmz moodyjmz marked this pull request as draft July 8, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants