Sqlparams

Latest version: v6.2.0

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

Scan your dependencies

Page 1 of 3

6.2.0

------------------

New features:

- `Pull 13`_: ADD SQL Server style named parameter.

.. _`Pull 13`: https://github.com/cpburnz/python-sqlparams/pull/13

6.1.0

------------------

New features:

- `Issue 11`_/`Pull 12`_: Support Oracle named parameters enclosed in double quotes (style `named_oracle`).

Improvements:

- Support Python 3.13.

.. _`Issue 11`: https://github.com/cpburnz/python-sqlparams/issues/11
.. _`Pull 12`: https://github.com/cpburnz/python-sqlparams/pull/12

6.0.1

------------------

- Fix documentation.

6.0.0

------------------

- Dropped support of EOL Python 3.7.
- Support Python 3.12.

5.1.0

------------------

Improvements:

- Support `LiteralString`_.

.. _`LiteralString`: https://docs.python.org/3/library/typing.html#typing.LiteralString

5.0.0

------------------

- Dropped support of EOL Python 3.6.
- Support Python 3.11.
- Changed build system to `pyproject.toml`_ and build backend to `setuptools.build_meta`_ which may have unforeseen consequences.
- Safely expand empty tuples. Fixes `Issue 8`_.
- Add support for stripping comments. This helps prevent expansion of unexpected variables in comments. Fixes `Issue 9`_.
- Rename GitHub project from `python-sql-parameters`_ to `python-sqlparams`_.

.. _`pyproject.toml`: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
.. _`setuptools.build_meta`: https://setuptools.pypa.io/en/latest/build_meta.html
.. _`Issue 8`: https://github.com/cpburnz/python-sqlparams/issues/8
.. _`Issue 9`: https://github.com/cpburnz/python-sqlparams/issues/9
.. _`python-sql-parameters`: https://github.com/cpburnz/python-sql-parameters
.. _`python-sqlparams`: https://github.com/cpburnz/python-sqlparams

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.