Skip to content

Update sync_users#58

Merged
DawoudSheraz merged 2 commits into
overhangio:releasefrom
MuPp3t33r:fix_fullname_double
Aug 22, 2025
Merged

Update sync_users#58
DawoudSheraz merged 2 commits into
overhangio:releasefrom
MuPp3t33r:fix_fullname_double

Conversation

@MuPp3t33r

Copy link
Copy Markdown
Contributor

fix issue during sync credentials.core_user to openedx.auth_user failing with error: ERROR 1292 (22007) at line 1: Truncated incorrect DOUBLE value: 'FirstName' when the ELSE statement gets triggered in the full_name field population

MySQL does not use '+' to concatenate strings so it was incorrectly treated as a math equation instead. Updated to use the correct CONCAT function

fix issue during "sync credentials.core_user to openedx.auth_user"
ERROR 1292 (22007) at line 1: Truncated incorrect DOUBLE value: 'FirstName'

MySQL does not use + to concatenate strings so it was treated as a math equation instead
@DawoudSheraz DawoudSheraz moved this from Pending Triage to In review in Tutor project management Aug 19, 2025
@DawoudSheraz
DawoudSheraz requested a review from mlabeeb03 August 19, 2025 05:24
Comment thread tutorcredentials/templates/credentials/tasks/mysql/sync_users
@DawoudSheraz
DawoudSheraz merged commit bc96768 into overhangio:release Aug 22, 2025
2 checks passed
@github-project-automation github-project-automation Bot moved this from In review to Done in Tutor project management Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

4 participants