summaryrefslogtreecommitdiff
path: root/test/sql/test_from_linter.py
Commit message (Expand)AuthorAgeFilesLines
* implement FromLinter for UPDATE, DELETE statementsMike Bayer2023-05-091-3/+83
* add joins_implicitly to column_valued()Mike Bayer2022-12-201-17/+37
* TableValuedAlias generation fixesMike Bayer2022-04-031-4/+18
* Add option to disable from linting for table valued functionMike Bayer2022-03-231-0/+28
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-0/+12
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-051-0/+103
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-3/+5
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-21/+21
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+1
* Query linter optionAlessio Bogon2020-01-221-0/+277