Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / JavaScriptor/js-sql-parser issues and pull requests

#62 - Grammar railroad diagram

Issue - State: open - Opened by mingodad 3 months ago

#61 - feat: support function call in table_factor.

Pull Request - State: closed - Opened by albin3 3 months ago - 1 comment

#60 - Call function in FROM clause (SQLite - json_each or MySQL - json_table)

Issue - State: open - Opened by JYone3A 4 months ago - 3 comments
Labels: enhancement

#59 - release: v1.5.0

Pull Request - State: closed - Opened by albin3 8 months ago - 3 comments
Labels: enhancement

#58 - feat(): unicode extended char support for column name or alias

Pull Request - State: closed - Opened by luizzappa 8 months ago - 5 comments
Labels: bug

#57 - Enable evaluating "||"

Pull Request - State: open - Opened by eaallen 9 months ago - 1 comment

#56 - Support variables with '$' in queries

Issue - State: closed - Opened by ahmedragab96 over 1 year ago - 1 comment

#55 - It is supported in WHERE database.table.column

Issue - State: open - Opened by newbieppp almost 2 years ago - 1 comment

#54 - 解析操作符号的问题?

Issue - State: closed - Opened by cy-biggray almost 2 years ago - 3 comments

#53 - allow select from a union select

Pull Request - State: open - Opened by chack-os almost 2 years ago - 1 comment

#50 - Added support for LEFT and RIGHT functions

Pull Request - State: open - Opened by KNaved about 3 years ago - 1 comment

#49 - Added support for LEFT and RIGHT functions

Pull Request - State: closed - Opened by KNaved about 3 years ago

#48 - Added support for LEFT and RIGHT functions

Pull Request - State: closed - Opened by KNaved about 3 years ago

#47 - Support value placeholders with '@'

Issue - State: open - Opened by kylechadha over 3 years ago - 1 comment

#46 - fix: #40

Pull Request - State: closed - Opened by albin3 over 3 years ago - 1 comment

#45 - add support for single and double quote in column alias

Pull Request - State: closed - Opened by coderscraft over 3 years ago - 1 comment

#44 - identifier double quoting support

Issue - State: closed - Opened by billreynolds007 almost 4 years ago - 1 comment

#43 - place holder support

Pull Request - State: closed - Opened by sockstack almost 4 years ago - 4 comments

#42 - fixed unit_of_time

Pull Request - State: closed - Opened by sockstack almost 4 years ago - 2 comments

#41 - Update / Insert syntax support (even basic)

Issue - State: open - Opened by adminy about 4 years ago

#39 - feature: Added support for simple CAST

Pull Request - State: open - Opened by mlilius about 4 years ago - 1 comment
Labels: enhancement

#38 - fix: handle comments at the end of sql without a trailing newline

Pull Request - State: open - Opened by mlilius about 4 years ago

#37 - fix: fix support for quoted alias

Pull Request - State: closed - Opened by Capo93 about 4 years ago - 4 comments
Labels: bug

#36 - 具名参数如何书写

Issue - State: closed - Opened by jerrold1108cn about 4 years ago - 2 comments

#35 - fix: #34

Pull Request - State: closed - Opened by albin3 over 4 years ago

#34 - LEFT JOIN bug

Issue - State: closed - Opened by enoch300 over 4 years ago - 3 comments
Labels: bug

#33 - feat: add support for quoted alias

Pull Request - State: closed - Opened by eortiz-tracktik over 4 years ago - 5 comments

#32 - WHERE conditions when only one Identifier

Issue - State: closed - Opened by dwips over 4 years ago - 3 comments

#31 - GROUP BY and ORDER BY has the same object

Issue - State: closed - Opened by dwips over 4 years ago - 2 comments

#30 - Parse with "TOP" keyword support

Issue - State: closed - Opened by Mobackilayarajaselvaraj over 4 years ago - 4 comments

#29 - BUG keyword `Having` not support in stringify

Issue - State: closed - Opened by albin3 over 4 years ago - 1 comment
Labels: bug

#28 - support stringifying the having keyword

Pull Request - State: closed - Opened by ryanmentzer over 4 years ago - 2 comments
Labels: bug

#27 - 多重嵌套查询sql解析报错

Issue - State: closed - Opened by sumulige over 4 years ago - 2 comments
Labels: wontfix

#26 - Get all tables?

Issue - State: closed - Opened by hartum almost 5 years ago - 2 comments
Labels: question

#25 - Add additional set operations

Pull Request - State: closed - Opened by michaelmior almost 5 years ago - 2 comments

#24 - Change "refrence" to "reference" in all instances

Pull Request - State: closed - Opened by komali2 almost 5 years ago - 2 comments

#23 - Add test case to check release code available

Issue - State: open - Opened by albin3 almost 5 years ago - 1 comment

#22 - Broken build due to import

Pull Request - State: closed - Opened by michaelmior almost 5 years ago - 3 comments

#21 - Feat union support

Pull Request - State: closed - Opened by albin3 almost 5 years ago

#20 - Support TUMBLE function

Issue - State: open - Opened by yuemingl about 5 years ago - 4 comments
Labels: enhancement

#19 - Spelling error in "type": "TableRefrence"

Issue - State: closed - Opened by thwee-alchemist over 5 years ago - 1 comment
Labels: typo

#18 - support (INTERSECT | UNION | EXCEPT | SETMINUS) clause

Issue - State: open - Opened by wu121zun over 5 years ago - 2 comments
Labels: help wanted

#17 - fix: current alias for identifier in stringify process.

Pull Request - State: closed - Opened by albin3 almost 6 years ago

#16 - "as" is not printed when using parser.stringify

Issue - State: closed - Opened by rgomesf almost 6 years ago - 1 comment
Labels: bug

#15 - allow [$:] as prefix and plain ? for prepared statements

Pull Request - State: open - Opened by oger000 almost 6 years ago - 1 comment
Labels: discuss

#14 - switch build-tools to npm

Pull Request - State: closed - Opened by oger000 almost 6 years ago

#13 - add package-lock.json to .gitignore

Pull Request - State: closed - Opened by oger000 almost 6 years ago

#12 - implement alias for sql-functions

Pull Request - State: closed - Opened by oger000 almost 6 years ago
Labels: bug

#11 - Add a License

Pull Request - State: closed - Opened by oger000 almost 6 years ago - 3 comments

#10 - Implement INSERT and UPDATE parsing

Pull Request - State: open - Opened by gpittarelli about 6 years ago - 2 comments
Labels: enhancement

#9 - Support CAST clause

Issue - State: open - Opened by DragonFly666 over 6 years ago - 1 comment
Labels: enhancement

#8 - feature: support restore semicolon.

Pull Request - State: closed - Opened by albin3 over 6 years ago

#7 - fix: comparison operator <> not support caused by comparison_operator…

Pull Request - State: closed - Opened by albin3 over 6 years ago - 1 comment

#6 - not support <>?

Issue - State: closed - Opened by shengguofeng over 6 years ago - 1 comment
Labels: bug

#5 - hotfix: keyword limit missing.

Pull Request - State: closed - Opened by albin3 over 6 years ago
Labels: bug

#4 - fix: grave accent support.

Pull Request - State: closed - Opened by albin3 over 6 years ago

#3 - Support string functions LEFT() and RIGHT()

Issue - State: closed - Opened by stefanreimers over 6 years ago - 1 comment
Labels: bug

#2 - Support UNION clause

Issue - State: closed - Opened by albin3 over 6 years ago - 8 comments
Labels: enhancement

#1 - Support WITH clause

Issue - State: open - Opened by morenoh149 almost 7 years ago - 1 comment
Labels: enhancement