Sqlean.py

Latest version: v3.45.1

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

0.18.0

This release brings the [regexp](https://github.com/nalgeon/sqlean/blob/main/docs/regexp.md) extension for Linux and macOS. It supports all major regular expression features. The old `re` extension is still available for Windows users.

The [vsv](https://github.com/nalgeon/sqlean/blob/main/docs/vsv.md) extension now supports custom decimal separators (`dsep` parameter).

0.17.2

Security fixes in [crypto](https://github.com/nalgeon/sqlean/blob/main/docs/crypto.md) and [fuzzy](https://github.com/nalgeon/sqlean/blob/main/docs/fuzzy.md) extensions.

0.17.1

Added the `eval` function to the [define](https://github.com/nalgeon/sqlean/blob/main/docs/define.md) extension:

eval(sql[, separator])

Executes arbitrary SQL and returns the result as string (if any):

sql
select eval('select 42');
42
select eval('select 10 + 32');
42
select eval('select abs(-42)');
42
select eval('select ''hello''');
hello

0.17.0

Changes in the [define](https://github.com/nalgeon/sqlean/blob/main/docs/define.md) extension:

- Radically improved scalar functions performance by caching prepared statements.
- BREAKING: Always call `define_free()` before disconnecting to free resources.

0.16.0

This release brings the [define](https://github.com/nalgeon/sqlean/blob/main/docs/define.md) extension. It allows creating user-defined functions in regular SQL.

0.15.4

Binaries for Apple silicon (ARM-based) macOS: `sqlean-macos-arm64.zip`

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.