Skip to content

ends_with() function is missing in v1.1.4-dev #14832

@pkoppstein

Description

@pkoppstein

The documentation (https://duckdb.org/docs/sql/functions/char.html) says ends_with() but it's no longer available.

Is this a documentation bug or a DuckDB bug?

See also #8742

D select ends_with('abc','bc');
Catalog Error:
Scalar Function with name ends_with does not exist!
Did you mean "equi_width_bins"?

D select ('abc').suffix('bc');
┌─────────────────────┐
│ suffix('abc', 'bc') │
│       boolean       │
├─────────────────────┤
│ true                │
└─────────────────────┘

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions