Closed antoineB closed 1 year ago
Add bit string literal https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-BIT-STRINGS Add unicode string https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-UESCAPE Add exponent in integers and decimals https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS-NUMERIC Add hexadecimal, binary and octal formats Add '_' as separator of digits Add string casting (eg: REAL '1.23')
Add bit string literal https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-BIT-STRINGS Add unicode string https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-UESCAPE Add exponent in integers and decimals https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS-NUMERIC Add hexadecimal, binary and octal formats Add '_' as separator of digits Add string casting (eg: REAL '1.23')