node-sql-parser icon indicating copy to clipboard operation
node-sql-parser copied to clipboard

Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL

Results 82 node-sql-parser issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Throws syntax error when trying to `astify` composite check constraints **Database Engine** MySQL **To Reproduce** -the SQL that be parsed ```sql CREATE TABLE `Pattern` ( `IsInterpolated` INT...

bug

**Describe the bug** ``` {"message":"Expected \"!=\", \"#-\", \"#>\", \"#>>\", \"%\", \"&&\", \"(\", \")\", \"*\", \"+\", \",\", \"-\", \"--\", \"->\", \"->>\", \".\", \"/\", \"/*\", \"::\", \"\", \"AND\", \"AS\", \"BETWEEN\", \"EXISTS\", \"IN\",...

enhancement

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...

dependencies

There are changes I need within the release tagged with 5.1.0. Is there a timeline for this? Side note: have you thought about implementing automatic changelog, automated versioning, and automated...

enhancement

Not a bug, more of a feature. I wasn't sure where to ask. I'm writing an interpreter for SQL and I'd like to tell the user exactly where they made...

ClickHouse is an up-and-coming columnar OLAP database with a fairly standard SQL interface. It would be awesome to see it supported in this project! https://clickhouse.com/docs/zh Fantastic work on this BTW....

enhancement

Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 5.91.0. Release notes Sourced from webpack's releases. v5.91.0 Bug Fixes Deserializer for ignored modules doesn't crash Allow the unsafeCache option to be a proxy object...

dependencies

Apologies if this is already mentioned anywhere, but i dont see the AST nodes documented anywhere i understand node can be recursive.. but there has to be hand full of...

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.4. Release notes Sourced from @​babel/core's releases. v7.24.4 (2024-04-03) :eyeglasses: Spec Compliance babel-parser #16403 Forbid initializerless using (@​JLHwung) babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3 #16388 Ensure decorators are...

dependencies