-
Almost all of the SQL I write is inside of python data pipelines, using Spark and Presto flavoured syntax.
So my queries are written like
```sql
SqlQuery(
select="""
WITH users_in_threa…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
### Motivation
People using the native engine may write `CAST( some AS LONG )` because they used to work with those types - however the sql parser doesn't know that type and returns an error.
##…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
0a3d52f3f9b4c740744f8567e689fed784feffe5
### Other Envir…
-
Hey all!
**Describe the bug**
We have a dbt core project that targets a BigQuery data warehouse. When ingesting the metadata into DataHub with `include_column_lineage=true` and `prefer_sql_parser_…
-
The parser does not accept left parenthesis after USING clause. The generative AI model I use for generating SQL queries keeps adding parentheses.
Example:
```
SELECT * FROM ? a JOIN ? b USING (…
-
Create a parser, that would generate manifest from a given SQL dump.
CLI TUI for this could look like this:
$ spinta inspect -r sqldump path/to/schema.sql -o manifest.csv
Consider using [sqlpar…
sirex updated
3 years ago
-
- Larastan Version: v2.2.0
- `--level` used: N/A
- Pull request with failing test: N/A
### Description
Larastan uses `phpmyadmin/sql-parser` in `PhpMyAdminDataTypeToPhpTypeConverter` through the…
-
select
(
(select array_to_json(array_agg(json_build_object('name', lb.id, 'name_value', lb.label_name))) AS array_to_json
from json_array_elements_text((us.data_aggre…
-
The following sql statements work without error, but irony parser is giving an error, any idea why?
Irony Parser Error : (42:35)
{Syntax error, expected: ., ), ,, INNER, LEFT, RIGHT, JOIN, WHERE…