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

[issues-520] Add support postgres starts_with function #529

Conversation

ikrivosheev
Copy link
Member

PR Info

New Features

  • Added PgFunc::starts_with

Copy link
Member

@billy1624 billy1624 left a comment

Choose a reason for hiding this comment

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

Thanks!! @ikrivosheev LGTM

It's a surprise that Postgres don't have a ends_with function

@ikrivosheev ikrivosheev merged commit 2b08152 into SeaQL:master Nov 29, 2022
@ikrivosheev ikrivosheev deleted the feautre/issues-520_starts_with-pg_function branch November 29, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Use PostgreSQL text functions for starts_with and ends_with instead of LIKE
2 participants