summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sqlparse: fix CVE-2023-30608Joe Slater2023-06-231-0/+1
| | | | | | | | | Backport from commit c457abd5f... upstream. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f8df47347619f5d8dc96710e3f892ae1a21b5e90) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-sqlparse: upgrade 0.4.2 -> 0.4.3zhengruoqin2022-09-281-0/+28
Changelog: ========== Enhancements ------------- Add support for DIV operator Add support for additional SPARK keywords Avoid tokens copy Add REGEXP as a comparision Add DISTINCTROW keyword for MS Access (issue677). Improve parsing of CREATE TABLE AS SELECT Bug Fixes --------- Fix spelling of INDICATOR keyword Fix formatting error in EXTRACT function Fix bad parsing of create table statements that use lower case Handle backtick as valid quote char Allow any unicode character as valid identifier name (issue641). Other ------- Update github actions to test on Python 3.10 as well Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>