sqlfluff 2.3.5-1 source package in Ubuntu

Changelog

sqlfluff (2.3.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #1041428 (CVE-2023-36830)
    Closes: #1056532
  * Add upstream metadata

 -- Andreas Tille <email address hidden>  Thu, 22 Feb 2024 08:28:45 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlfluff_2.3.5-1.dsc 3.5 KiB c4fea16961f9dfb3fc58c915dc6e53bfd49e810d1b8bcb6f4ac292d8241ac5b4
sqlfluff_2.3.5.orig.tar.gz 1.9 MiB 85d7cb5cbe0e2fb0745593a0543f35315389bce004481efde7e6d3ae7338f12f
sqlfluff_2.3.5-1.debian.tar.xz 8.5 KiB e219b625ae7e5bcb5f1bd3981e453936969bfa66bcb246275e236a58e851ec73

Available diffs

No changes file available.

Binary packages built by this source

sqlfluff: SQL linter tool

 SQLFluff is an extensible and modular linter designed to help you write
 good SQL and catch errors and bad SQL before it hits your database.
 .
 SQLFluff has a few components:
 .
   1) A generic parser for SQL which aims to be able to unify SQL written
      in different dialects into a comparable format. Most of the codebase
      for SQLFluff is the parser, mostly because at the point of
      developing SQLFluff, there didn’t appear to be a good option for
      a whitespace-aware parser that could be used instead.
 .
   2) A mechanism for measuring written SQL against a set of rules, with
      the added ability to fix any violations found. The core vision for
      SQLFluff is to be really good at being the linter.
 .
   3) An opinionated set of guidelines for how SQL should be structured
      and formatted. SQLFluff aims to be opinionated but it also accepts
      that many organisations and groups have pre-existing strong
      conventions around how to write SQL and so ultimately SQLFluff
      should be flexible enough to support whichever rule set a user
      wishes to.
 .
   4) A public API for other Python applications to use SQLFluff to
      check and fix SQL code in an automated fashion.
 .
 This package installs the complete SQLFluff tool including the parser,
 lexer, the (configurable) rules, and the Python API.

sqlfluff-doc: SQL linter tool - documentation

 SQLFluff is an extensible and modular linter designed to help you write
 good SQL and catch errors and bad SQL before it hits your database.
 .
 SQLFluff has a few components:
 .
   1) A generic parser for SQL which aims to be able to unify SQL written
      in different dialects into a comparable format. Most of the codebase
      for SQLFluff is the parser, mostly because at the point of
      developing SQLFluff, there didn’t appear to be a good option for
      a whitespace-aware parser that could be used instead.
 .
   2) A mechanism for measuring written SQL against a set of rules, with
      the added ability to fix any violations found. The core vision for
      SQLFluff is to be really good at being the linter.
 .
   3) An opinionated set of guidelines for how SQL should be structured
      and formatted. SQLFluff aims to be opinionated but it also accepts
      that many organisations and groups have pre-existing strong
      conventions around how to write SQL and so ultimately SQLFluff
      should be flexible enough to support whichever rule set a user
      wishes to.
 .
   4) A public API for other Python applications to use SQLFluff to
      check and fix SQL code in an automated fashion.
 .
 This package installs the SQLFluff documentation.