Skip to content

Conversation

andynu
Copy link
Contributor

@andynu andynu commented Oct 14, 2025

Add after_create callback to Lob module to write LOB data during record creation. Previously only after_update was implemented, causing CLOB/BLOB columns to remain empty when prepared_statements: false.

The fix introduces record_lobs_for_create to track LOB columns with non-nil values before insert, allowing enhanced_write_lobs to handle both create and update scenarios.

Fixes #2477

(Same as PR #2478, but this one is on top of the release80 branch)

Add after_create callback to Lob module to write LOB data during record
creation. Previously only after_update was implemented, causing CLOB/BLOB
columns to remain empty when prepared_statements: false.

The fix introduces record_lobs_for_create to track LOB columns with non-nil
values before insert, allowing enhanced_write_lobs to handle both create
and update scenarios.

Fixes rsim#2477
@andynu andynu changed the title Fix CLOB/BLOB insert failure when prepared_statements disabled Fix CLOB/BLOB insert failure when prepared_statements disabled (release80) Oct 14, 2025
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