Skip to content
#

pypi

pip logo

pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).

Here are 1,411 public repositories matching this topic...

sqlfluff
leamingrad
leamingrad commented Oct 1, 2021

Expected Behaviour

The following file should parse with the postgres dialect:

-- Column distinctness in SELECT expression
SELECT a_column IS DISTINCT FROM b_column FROM t_table;
SELECT b_column IS NOT DISTINCT FROM c_column FROM t_table;

-- Column distinctness from constant in SELECT expression
SELECT c_column IS DISTINCT FROM 'test' FROM t_table;
SELECT c_column IS NOT D
guiscrcpy

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

Repository
pypa/pip
Website
pip.pypa.io
Wikipedia
Wikipedia

Related Topics

package-manager python