GitHub / andialbrecht/sqlparse issues and pull requests
#814 - Incorrect Tokenization of Escaped Backslashes in SQL String Literals
Issue -
State: open - Opened by dvorst 20 days ago
#813 - Codex/explain sqlparse library code flow
Pull Request -
State: closed - Opened by Pradyum-Git 23 days ago
#810 - [fix] issue809 and update unit tests
Pull Request -
State: open - Opened by FurcyPin 2 months ago
#809 - Split should ignore semicolons which are inside BEGIN ... END statements
Issue -
State: open - Opened by FurcyPin 3 months ago
- 1 comment
#808 - fix: Add `ATTACH`, `DETACH` to PostgreSQL keywords.
Pull Request -
State: open - Opened by filiprem-clickup 3 months ago
#807 - add FilterStack.lexer, fixes andialbrecht/sqlparse#806
Pull Request -
State: open - Opened by illes 3 months ago
- 1 comment
#806 - Allow customizing lexer instance in FilterStack
Issue -
State: open - Opened by illes 3 months ago
#805 - sqlparse seem like can't format DDL sql
Issue -
State: open - Opened by LatreviousYI 3 months ago
#804 - parse sql error
Issue -
State: open - Opened by Joechengli 4 months ago
#803 - bugfix ISSUE_801; Remove all comments when only comments
Pull Request -
State: open - Opened by stropysh 5 months ago
#802 - can not parse CTE sql
Issue -
State: open - Opened by Kiss736921 7 months ago
- 1 comment
#801 - format does not remove all the comments with strip_comments=True
Issue -
State: open - Opened by rkrenzler 7 months ago
- 1 comment
#799 - [docs] fixed 'trailing' typo in split method documentation
Pull Request -
State: open - Opened by andreped 7 months ago
#798 - SELECT A, ROLE, B FROM table_name;
Issue -
State: open - Opened by hehedalm 8 months ago
#797 - Support detection of REFRESH queries
Issue -
State: open - Opened by namiyousef 8 months ago
#796 - Clarify behavior of Token.match method
Pull Request -
State: open - Opened by ekorchmar 9 months ago
#795 - Token.match special behavior for keywords should be optional
Issue -
State: open - Opened by ekorchmar 9 months ago
- 1 comment
#794 - token source position tracking
Pull Request -
State: open - Opened by dylanscott 10 months ago
#793 - Tracking token source positions
Issue -
State: open - Opened by dylanscott 10 months ago
- 1 comment
#792 - [fix] issue262 fixing SQL-Hint deleting when clearing script from comments
Pull Request -
State: closed - Opened by skryzh 10 months ago
- 2 comments
#790 - Does it work with PostgreSQL INSERT statement dumps?
Issue -
State: open - Opened by insinfo 10 months ago
#789 - split() return the wrong sql-command count
Issue -
State: open - Opened by popolong 11 months ago
#788 - Update column_defs_lowlevel.py
Pull Request -
State: closed - Opened by SIvaCoHan 12 months ago
- 1 comment
#787 - Update utils.py
Pull Request -
State: closed - Opened by SIvaCoHan 12 months ago
- 2 comments
#785 - EXTENSION is not treated as a keyword
Issue -
State: closed - Opened by EdgyEdgemond about 1 year ago
- 3 comments
#784 - Single statement gets split into two (multiple case...when expressions in trigger body)
Issue -
State: closed - Opened by y2kbugger about 1 year ago
- 3 comments
Labels: Bug
#783 - Condensed CASE WHEN formatting
Issue -
State: closed - Opened by mhmtsoydam about 1 year ago
- 1 comment
Labels: Enhancement
#782 - format does not produce same output for queries involving CTE which only differ by extra spaces
Issue -
State: closed - Opened by anuj-wisdom about 1 year ago
- 1 comment
Labels: Formatter
#781 - Parsing error with aliased functions
Issue -
State: open - Opened by andialbrecht about 1 year ago
- 2 comments
Labels: Parser
#780 - Parsing bug in string literal ')\'');a'
Issue -
State: open - Opened by judson-firebolt about 1 year ago
- 1 comment
#779 - Parsing `RENAME TABLE` statment returns wrong tokens
Issue -
State: open - Opened by youthug about 1 year ago
#778 - Refactor _get_first_name method for clarity and flexibility
Pull Request -
State: open - Opened by Imran-imtiaz48 about 1 year ago
- 1 comment
Labels: Needs Feedback
#777 - Feature request: Add line breaks in long expressions
Issue -
State: open - Opened by joncurrier about 1 year ago
Labels: Enhancement, Formatter
#776 - [Feature request] Generalize query
Issue -
State: open - Opened by duongphannamhung about 1 year ago
#775 - Select not recognized if followed by a parenthesis
Issue -
State: open - Opened by stenci about 1 year ago
- 1 comment
#773 - Unable to parse ALTER statement with ROW_FORMAT into correct tokens
Issue -
State: open - Opened by jdforde about 1 year ago
#772 - Stipping inline comments breaks the SQL.
Issue -
State: closed - Opened by Wopple about 1 year ago
- 1 comment
Labels: Bug
#771 - Passing a heavily nested list to sqlparse.parse() leads to a Denial of Service due to RecursionError.
Issue -
State: closed - Opened by shashank10456 about 1 year ago
- 1 comment
#770 - Changelog: Fix incorrect PR number
Pull Request -
State: closed - Opened by intgr over 1 year ago
- 1 comment
#769 - Fix "Release Notes" link in `pyproject.toml`
Pull Request -
State: closed - Opened by adamzap over 1 year ago
- 1 comment
#768 - Fixes #701: Add the OVER clause and include it in the Function tokens.
Pull Request -
State: closed - Opened by r33s3n6 over 1 year ago
- 1 comment
#767 - fix: #543 more properly identify CREATE TABLE ... LIKE ... statements
Pull Request -
State: open - Opened by markjm over 1 year ago
- 4 comments
#766 - Optimize sqlparse.utils.imt().
Pull Request -
State: closed - Opened by adamchainz over 1 year ago
- 2 comments
#765 - WHERE语句中出现uid列时解析语法树有问题
Issue -
State: open - Opened by hzh2020 over 1 year ago
#764 - allow operators to procede dollar quoted strings
Pull Request -
State: closed - Opened by proddata over 1 year ago
- 2 comments
#763 - Dollar quoted strings (PostgreSQL) cannot follow an operator (e.g. `=$$Hello$$`)
Issue -
State: closed - Opened by proddata over 1 year ago
#762 - UNKNOWN type in an INSERT
Issue -
State: closed - Opened by michelmetran over 1 year ago
- 1 comment
#760 - Expressions are being changed automatcally while parsing group by clause
Issue -
State: open - Opened by hashir0981 over 1 year ago
- 1 comment
Labels: Needs Feedback
#758 - Can't access column from aggregates
Issue -
State: closed - Opened by virendrakabra14 over 1 year ago
#756 - Type annotations
Issue -
State: open - Opened by jgarvin over 1 year ago
#755 - Linux Pandas.date_range doesn't include 02 AM even for utc tz
Issue -
State: open - Opened by jtnguyen2020 over 1 year ago
- 1 comment
#754 - Update extending.rst
Pull Request -
State: closed - Opened by gkaretka over 1 year ago
- 1 comment
#753 - SQL Split Failure
Issue -
State: open - Opened by LiuGaoHui over 1 year ago
#752 - In `CREATE MATERIALIZED VIEW` statements `MATERIALIZED` is not recognized as a keyword
Issue -
State: open - Opened by sean-rose over 1 year ago
#751 - Column Extract Doesn't Work with Column Name of 'Range' and 'Section'
Issue -
State: open - Opened by jtnguyen2020 over 1 year ago
#750 - WHERE clause eats custom Keyword but not others
Issue -
State: open - Opened by devinnasar over 1 year ago
#749 - Support TypedLiterals in get_parameters
Pull Request -
State: closed - Opened by Khrol over 1 year ago
- 1 comment
#748 - Fix token matching by always returning a tuple
Pull Request -
State: closed - Opened by barsa-net over 1 year ago
#747 - Token matching generates an exception when index is None
Issue -
State: open - Opened by barsa-net over 1 year ago
#746 - Ensure nested ordered identifiers are grouped (fixes #745)
Pull Request -
State: closed - Opened by john-bodley over 1 year ago
- 2 comments
#745 - The group_order() function fails to identify an ordered identifier in the context when nested
Issue -
State: closed - Opened by john-bodley over 1 year ago
#744 - OutputFormats written as enum
Pull Request -
State: open - Opened by vusallyv over 1 year ago
- 1 comment
Labels: Needs Feedback
#743 - Parsing of a stored procedure, issues with WHERE that has a nested function
Issue -
State: open - Opened by viaConBodhi almost 2 years ago
- 2 comments
Labels: Needs Feedback
#742 - Split trailing semicolon
Issue -
State: closed - Opened by Bisk1 almost 2 years ago
- 3 comments
Labels: Enhancement
#740 - Keyword `PRIMARY KEY` is not parsed correctly
Issue -
State: closed - Opened by ozooxo almost 2 years ago
- 2 comments
#739 - fix: Fixed gitignore file
Pull Request -
State: closed - Opened by ashm-tech almost 2 years ago
- 1 comment
#738 - Unnecessary verification
Issue -
State: open - Opened by ashm-tech almost 2 years ago
#737 - fix: Fixed E731 errors in tests
Pull Request -
State: closed - Opened by ashm-tech almost 2 years ago
- 1 comment
#735 - Add support for Python 3.12
Pull Request -
State: closed - Opened by hugovk almost 2 years ago
- 2 comments
#734 - Add Chinese, Japanese, Korean Name support
Pull Request -
State: open - Opened by LightWind1 almost 2 years ago
- 1 comment
Labels: Needs Feedback
#732 - RFE: please start making github releases
Issue -
State: closed - Opened by kloczek almost 2 years ago
- 1 comment
#731 - example column_defs_lowlevel bug
Issue -
State: open - Opened by wylsgame almost 2 years ago
#730 - Lexer default instance is set in class before keywords are added
Issue -
State: closed - Opened by gshank about 2 years ago
- 1 comment
Labels: Bug
#729 - sqlparse - constraint with check break down with error
Issue -
State: closed - Opened by panwlodek about 2 years ago
- 3 comments
#728 - Parses select incorrectly when column name = column_name
Issue -
State: closed - Opened by andrrreasss about 2 years ago
- 1 comment
#727 - `get_type` returns UNKNOWN if first token is Parenthesis
Issue -
State: open - Opened by palash247 about 2 years ago
- 1 comment
#726 - py3.11 support?
Issue -
State: closed - Opened by tooptoop4 about 2 years ago
- 1 comment
#725 - Different behaviour library and sqlformat.org
Issue -
State: open - Opened by KoBOLL about 2 years ago
#724 - parse complex query t
Issue -
State: open - Opened by jorgemgomes about 2 years ago
#723 - no parsing error for extra col in multiline insert?
Issue -
State: closed - Opened by tooptoop4 about 2 years ago
- 1 comment
#722 - strip_comments does not strip when "|--" is found.
Issue -
State: open - Opened by Raihan9797 about 2 years ago
#721 - Change dr
Pull Request -
State: closed - Opened by lturanski96 about 2 years ago
#720 - `/* ... */`-style comments not parsed as separate, comment tokens
Issue -
State: open - Opened by the21st about 2 years ago
#719 - GRANT and SELECT are DDL keywords
Pull Request -
State: closed - Opened by josuc1 about 2 years ago
- 3 comments
#718 - Create SECURITY.md
Pull Request -
State: open - Opened by Edgarruiz85 about 2 years ago
#717 - Offer the possibility to give a custom lexer
Pull Request -
State: open - Opened by YiuRULE about 2 years ago
#716 - feat: add `py.typed` to support type checking (PEP-0561)
Pull Request -
State: closed - Opened by lukehsiao over 2 years ago
- 6 comments
#715 - Add a lexer as an argument on public functions
Issue -
State: open - Opened by YiuRULE over 2 years ago
#714 - page_instance LIKE '%search_entry%'
Issue -
State: open - Opened by HADES-S over 2 years ago
#713 - No supporting for intersection
Issue -
State: open - Opened by YeWenjia over 2 years ago
#712 - Incorrect grouping for Identifiers
Issue -
State: open - Opened by cwelton over 2 years ago
#711 - Sync tox.ini with .github/workflows/python-app.yml
Pull Request -
State: closed - Opened by living180 over 2 years ago
- 2 comments
#710 - Compute TokenList.value dynamically (v2)
Pull Request -
State: open - Opened by living180 over 2 years ago
- 4 comments
#709 - Redundant characters in regular expression
Issue -
State: closed - Opened by andialbrecht over 2 years ago
Labels: Bug
#708 - Add support for MATERIALIZED keyword formatting
Issue -
State: open - Opened by matthiasmast over 2 years ago
#707 - API parameters
Issue -
State: open - Opened by umbertoB67 over 2 years ago
- 1 comment
#706 - sqlparser: Problem extracting token parameters
Issue -
State: open - Opened by aghassen over 2 years ago
#705 - Lexer.get_default_instance() not working
Issue -
State: closed - Opened by shadowshot-x over 2 years ago
- 1 comment
#704 - Add Keyword to recognize Filter.. Where.. clause
Issue -
State: open - Opened by monicaluodialpad over 2 years ago
- 2 comments
#703 - Does not correctly identify TOP from MSSQL
Issue -
State: open - Opened by aragilar over 2 years ago