1
0
Fork 0

Merging upstream version 25.20.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 21:54:13 +01:00
parent d9afe6504e
commit f9e1084cc5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
119 changed files with 78094 additions and 71498 deletions

2
sqlglotrs/Cargo.lock generated
View file

@ -188,7 +188,7 @@ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
[[package]]
name = "sqlglotrs"
version = "0.2.9"
version = "0.2.12"
dependencies = [
"pyo3",
]

View file

@ -1,7 +1,8 @@
[package]
name = "sqlglotrs"
version = "0.2.9"
version = "0.2.12"
edition = "2021"
license = "MIT"
[lib]
name = "sqlglotrs"

View file

@ -4,13 +4,22 @@ build-backend = "maturin"
[project]
name = "sqlglotrs"
description = "An easily customizable SQL parser and transpiler"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
]
authors = [
{ name="Toby Mao", email="toby.mao@gmail.com" },
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/tobymao/sqlglot"
Issues = "https://github.com/tobymao/sqlglot/issues"
[tool.maturin]
features = ["pyo3/extension-module"]