Sqlparams

Latest version: v6.1.0

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

Scan your dependencies

Page 1 of 3

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

4.0.0

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

- Drop support for EOL Python 3.5.
- `Issue 10`_: When converting to 'format'/'pyformat' types, escape existing '%' characters.
- When converting from 'format'/'pyformat' types, set `escape_char=True` to unescape double '%' characters.

.. _`Issue 10`: https://github.com/cpburnz/python-sqlparams/issues/10

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.