Skip to content

Conversation

otoolep
Copy link
Contributor

@otoolep otoolep commented Sep 11, 2025

No description provided.

@otoolep otoolep changed the title Correct handling of SQLITE_TEXT during CDC Correct handling of SQLITE_TEXT during Change Data Capture Sep 11, 2025
@mattn mattn requested a review from Copilot September 11, 2025 03:19
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the handling of SQLITE_TEXT data types during Change Data Capture operations in the SQLite pre-update hook functionality. The fix corrects how text values are extracted from SQLite value objects to ensure proper string handling.

  • Replaces manual byte-based text extraction with proper C string conversion
  • Removes redundant length calculation for text values

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@otoolep
Copy link
Contributor Author

otoolep commented Sep 11, 2025

Not sure what "no good" meant, I assume you meant the Copilot review is no good?

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.

3 participants