Skip to content

Add support for digit separators #5112

@Tishj

Description

@Tishj

It would be nice to have support for writing integers with spacers, as an example:

SELECT 1000000000;

Could become:

SELECT 1_000_000_000;

This is similar to Python, introduced in
https://peps.python.org/pep-0515/#literal-grammar

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions