Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use options in TRIM() platform functions #278

Merged
merged 1 commit into from
Jan 20, 2021

Conversation

peter-gribanov
Copy link
Member

Fix #275

Function TRUM() may have additional options and the specifications do not currently support them.

TRIM([LEADING | TRAILING | BOTH] ['trchar' FROM] str)

Using options

Spec::TRIM('field_name');
Spec::TRIM('field_name', Trim::TRAILING);
Spec::TRIM('field_name', Trim::LEADING, 'trchar');

@peter-gribanov peter-gribanov self-assigned this Jan 20, 2021
@peter-gribanov peter-gribanov added this to the Release 2.0.0 milestone Jan 20, 2021
@peter-gribanov peter-gribanov mentioned this pull request Jan 20, 2021
37 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant