pudl icon indicating copy to clipboard operation
pudl copied to clipboard

Add comment support to queries

Open darkain opened this issue 6 years ago • 0 comments

eg: SELECT /* some notes */ FROM blah

Doing this enables a few debugging things.

  1. they show up in (slow) query logs.
  2. $pudl->query() will contain this additional text.

API: $pudl->comment('some notes')->row('blah');

darkain avatar Dec 13 '19 18:12 darkain