Sqlsite

Latest version: v0.0.3

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

Scan your dependencies

0.0.3

Fixed

- Correctly add charset to Content-Type header for text responses.
- Fix Content-Length header when body contains non-ASCII characters.

0.0.2

Added
- New `redirect` handler to redirect incoming requests to other locations.
- The `sql` template function now supports `file=` prefix, for loading SQL from a file.
- The `existsquery` column can now contain a `file=`-prefixed filename.
- The `json` handler can now use a `file=`-prefixed filename for its config.
- The `redirect` handler can now use a `file=`-prefixed filename for its config.

Changed
- The SQLite database is now opened in read-only mode (`SQLITE_OPEN_READONLY`).
- BACKWARDS INCOMPATIBLE: changed to new `<type:param>` URL parameter syntax.
- BACKWARDS INCOMPATIBLE: changed the `exists_query` column to `existsquery`.

0.0.1

Initial release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.