Ifeanyi Ubah

Results 13 issues of Ifeanyi Ubah

Unlike array access, the current logic for accessing maps had custom handling and didn't support cases like negative numbers or function calls. This fixes the issue by allowing the key...

This adds support for parsing string literals on dialects that treat backslash character as an escape character. As an example, the following previously failed to parse by dialects like BigQuery...

Adds support for proper object name parsing in bigquery to within a `CREATE TABLE` or `CREATE VIEW` statement. Similar to the parsing logic for when the table/view is later referenced....