1
0
Fork 0

Merging upstream version 26.16.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-25 07:27:01 +02:00
parent f03ef3fd88
commit 1e2a8571aa
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
110 changed files with 62370 additions and 61414 deletions

View file

@ -4,7 +4,10 @@ install:
pip install -e .
bench: install-dev-rs-release
python benchmarks/bench.py
python -m benchmarks.bench
bench-optimize: install-dev-rs-release
python -m benchmarks.optimize
install-dev-rs-release:
cd sqlglotrs/ && python -m maturin develop -r