pudl
pudl copied to clipboard
Add comment support to queries
eg: SELECT /* some notes */ FROM blah
Doing this enables a few debugging things.
- they show up in (slow) query logs.
- $pudl->query() will contain this additional text.
API: $pudl->comment('some notes')->row('blah');