tonitaip-2020 / postgresql-for-novices1

MIT License
0 stars 1 forks source link

Detect tautological expressions #7

Open tatuhtuni opened 1 year ago

tatuhtuni commented 1 year ago

End user wants to know why their queries are returning everything from the table. Analyse SQL statements for tautological (always true) expressions. Minimal implementation: detect literal equality operations that always return true

tatuhtuni commented 1 year ago

No easy way to analyze, postponed until further notice