Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.
23
stars
5
forks
source link
Table `net_dns_record` not listing correct results for consecutive queries when used filter for `type` column #21
Closed
LalitLab closed 2 years ago
Describe the bug
net_dns_record
not listing correct results for consecutive queries when used filter fortype
fieldSteampipe version (
steampipe -v
) v0.13.2Plugin version (
steampipe plugin list
) v0.1.1To reproduce witch cache
ON
execute below queries in order they appear here:select * from net_dns_record where domain = 'turbot.com' and type = 'NS'
select * from net_dns_record where domain = 'turbot.com' and type = 'A'
.cache clear
select * from net_dns_record where domain = 'turbot.com'
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.