sqloxide
sqloxide copied to clipboard
Python bindings for sqlparser-rs
Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 4.0.0 to 5.1.3. Commits 63d5869 v5.1.3 c57ef24 MySQL double quotes (#376) 595aa1a improve oracle support (#374) 9f08e3a refactor bigquery tests (#373) 18e1704 refactor hive tests (#372) 5ff3f75...
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. Changelog Sourced from sqlparser's changelog. [0.22.0] 2022-08-26 Added Support OVERLAY expressions - Thanks (#594) @ayushg Support WITH TIMEZONE and WITHOUT...
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Release notes Sourced from pyo3's releases. PyO3 0.16.6 This release is a tactical set of soundness fixes identified for the...
Updates the requirements on [pythonize](https://github.com/davidhewitt/pythonize) to permit the latest version. Changelog Sourced from pythonize's changelog. 0.16.0 - 2022-03-06 Update to PyO3 0.16 0.15.0 - 2021-11-12 Update to PyO3 0.15 Add...
When trying to install the library on a docker container (python:3.8) running on an M1 Mac, the install fails. Looking at pypi I don't see any `*linux_aarch64.whl` files - I...
Now might be a good time to switch to maturin, since setuptools-rust is no longer commonly used for bindings projects. May also be able to limit the amount of wheels...
Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 5.3.0 to 9.0.1. Changelog Sourced from sqlglot's changelog. Changelog v9.0.0 Changes: Breaking : Changed AST hierarchy of exp.Table with exp.Alias. Before Tables were children's of their aliases,...
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. Changelog Sourced from sqlparser's changelog. [0.26.0] 2022-10-19 Added Support MySQL table option {INDEX | KEY} in CREATE TABLE definiton (#665)...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.3. Changelog Sourced from sqlparse's changelog. Release 0.4.3 (Sep 23, 2022) Enhancements Add support for DIV operator (pr664, by chezou). Add support for additional SPARK...
Bumps [setuptools-rust](https://github.com/PyO3/setuptools-rust) from 1.6.0 to 1.7.0. Release notes Sourced from setuptools-rust's releases. v1.7.0 Packaging Remove direct imports from distutils. #336 Include py.typed when packaging to denote that setuptools-rust includes type...