Skip to content

PadLeft implementation trims input #4799

Open
@MaceWindu

Description

Current translation of string padding could lead to data loss when padded value length is bigger than padding size due to behavior of PadLeft function.

At least PostgreSQL and probably MySql affected.

Also need to check same issue doesn't affect right padding.

Activity

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

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      PadLeft implementation trims input · Issue #4799 · linq2db/linq2db