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

Parser: handle additional statements & expressions #48

Open brianbroderick opened 2 months ago

brianbroderick commented 2 months ago

select * from queries where command = 'IDENT' select * from queries where command = 'ALL'

These are specific queries that aren't correctly getting parsed. They are being parsed as IDENTs.

brianbroderick commented 2 months ago

This issue is related to: https://github.com/brianbroderick/lantern/issues/45

brianbroderick commented 2 months ago

BEGIN is now being parsed.

brianbroderick commented 2 months ago

Now we're parsing the pattern SET CONSTRAINTS my_id DEFERRED;

b4ff85f59ee0acbaf7691df3237eec6ffb50b681

brianbroderick commented 2 months ago

We're parsing show commands now:

c80e845109df763b0123d2c4f2ebbdfb651cefa7