Skip to content

Add translations for REPLICATE/REVERSE sql functions #25470

@maumar

Description

@maumar

There is no straightforward translation to built-in functions for these, but we could do something like this:

string.Join("", Enumerable.Repeat("foo", 10)) -> REPLICATE('foo', 10)
string.Join('', "foo".Reverse()) -> REVERSE('foo')

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions