openrewrite / rewrite-sql

OpenRewrite recipes for SQL.
Apache License 2.0
7 stars 4 forks source link

Also detect all columns in FindSql #20

Closed timtebeek closed 1 month ago

timtebeek commented 1 month ago

Previously we only detected specifically named columns, but that meant an SQL statement like this one was missed:

select * from table where id = 1