Rqdb

Latest version: v1.6.0

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

Scan your dependencies

Page 2 of 4

1.2.1

This should ensure that io.BytesIO, open, and aiofiles.open
are all acceptable where appropriate to backup() functions
without typing errors

This also bumps the pypi minor version to 2 to be more consistent with our github
releases which will now match the pypi version

1.2.0

Improves typing support. I also note that at some point there became a difference between the versioning used on Github releases and pypi, where the pypi releases are 1 minor version lower. This corresponds to v1.1.0 on pypi and at some point I may reconcile the two by bumping pypi's version

1.1.11

This version adds support for more complicated common table expressions, such as those with schemas or with materialization hints. This library needs to know the basics of this syntax in order to correctly direct requests to either a read endpoint or write endpoint.

1.1.11b

This is no different to the previous version except for requirements.txt, which is used exclusively for the build chain

1.1.10

Improves command detection in CTE queries

1.0.9

Improves command detection (read vs write) when there are varied types of whitespace in the SQL string. Notably, this works better when there is a newline after the SELECT, such as in the following:

py
"""
SELECT
name
FROM persons
"""

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.