The SQL Analyzer helps you write good SQL and catch errors and bad SQL before it hits your database.
.deepsource.toml
configuration specific to the sql
analyzer. Please make sure to read the general configuration guide first.
name
enabled
meta
max_line_length
tab_space_size
indent_unit
tab
and space
comma_style
trailing
and leading
capitalisation_policy
consistent
, upper
, lower
and capitalise
.allow_scalar
true
then there would be no issues if there is only one element in the SELECT
clause e.g. SELECT 1 + 2 FROM blah
. It will still fail if there are multiple columns.true
and false
single_table_references
SELECT
.qualified
, unqualified
and consistent