Skip to content

issues Search Results · repo:taozhi8833998/node-sql-parser language:PEG.js

Filter by

790 results
 (96 ms)

790 results

intaozhi8833998/node-sql-parser (press backspace or delete to remove)

Database Engine PostgreSQL. To Reproduce -the SQL that be parsed CREATE TABLE public.person ( external_id character varying(255) DEFAULT substring (md5((random())::text), 1, 6) );
  • 1ilit
  • Opened 
    yesterday
  • #2406

Database Engine PostgreSQL. To Reproduce -the SQL that be parsed ALTER TABLE public.address OWNER TO postgres;
  • 1ilit
  • Opened 
    yesterday
  • #2405

https://github.com/taozhi8833998/node-sql-parser/issues/2355 In this issue we reported for several keywords which were causing parsing error out of them LIMIT and OFFSET are still not working for me. ...
  • daymaadi
  • Opened 
    2 days ago
  • #2404

Describe the bug The types for Cast are export interface Cast { type: cast ; keyword: cast ; expr: ExpressionValue; symbol: as ; target: { dataType: string; suffix: unknown[]; ...
bug
  • adamtowerz
  • Opened 
    9 days ago
  • #2398

Describe the bug In DataType the scale type (number?) is not supported, but the value exists. Database Engine Snowflake, also seen on MySQL. This probably extends to all database engines with a scale ...
enhancement
  • cimtprenkel
  • Opened 
    14 days ago
  • #2391

Describe the bug Feel free to close if I am simply misunderstanding how this is supposed to work, but I am still facing the same issue as #2194 in version 5.3.8. Database Engine MySQL 8.0 To Reproduce ...
bug
  • JakeAdler
  • Opened 
    15 days ago
  • #2389

Database Engine PostgreSQL -the SQL that be parsed DROP TYPE IF EXISTS some_type [CASCADE|RESTRICT]; DROP TYPE IF EXISTS some_type some_custom_event_trigger ;
enhancement
  • 1ilit
  • 2
  • Opened 
    21 days ago
  • #2384

Describe the bug Throws SyntaxError on primary key Database Engine SQLite To Reproduce -the SQL that be parsed CREATE TABLE IF NOT EXISTS __EFMigrationsHistory ( MigrationId TEXT NOT NULL ...
enhancement
  • 1ilit
  • Opened 
    21 days ago
  • #2383

Database Engine PostgreSQL To Reproduce -the SQL that be parsed CREATE UNLOGGED TABLE t1 ( id integer PRIMARY KEY, data text ); -the node-sql-parser version v5.3.8 -the node version v18.20.3 ...
enhancement
  • 1ilit
  • Opened 
    21 days ago
  • #2382

Describe the bug A newline within a quoted string, will lead to a Syntax Error. Database Engine MariaDB To Reproduce node: v20.18.3 node-sql-parser: 5.3.8 import SQLParser from node-sql-parser/build/mariadb.js ...
bug
  • lal12
  • Opened 
    23 days ago
  • #2380
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub