Skip to content

SUBSTRING function calls are always formatted as SUBSTRING(... FROM ... FOR ...) #1168

@lovasoa

Description

@lovasoa

Parsing the following valid SQLite statement:

select substring('xxx', 1, 2)

then dumping the parsed result as sql results in the following syntax, which is invalid in SQLite:

select SUBSTRING('xxx' FROM 1 FOR 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions