brianbroderick / lantern

Shine a light on your PG query logs. The project is being reimagined and is now a WIP.
Apache License 2.0
2 stars 0 forks source link

Extractor: handle wildcards better #29

Open brianbroderick opened 3 months ago

brianbroderick commented 3 months ago

Test and confirm wildcards are working properly

brianbroderick commented 2 months ago

This may not be an issue any longer. There was a "todo" comment indicating that further investigation is needed.

brianbroderick commented 2 months ago

It still is. The wildcard should be found:

{"select count(*) as unfiltered from generate_series(1,10) as s(i)", []string{}},

This is a test case with TestExtractColumnsin extractor_select_test.go