home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 356004242

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association repo url merged_by auto_merge
356004242 MDExOlB1bGxSZXF1ZXN0MzU2MDA0MjQy 653 closed 0 allow leading comments in SQL input field 418191 this changes the SQL validation to allow for lines that are commented out my main use case for this is that I like to write a succession of queries when trying to solve a problem. In most native SQL clients there is a key binding that will run just the current highlighted query or the program is smart enough to run just the query that the cursor is in if it's properly delimited with a ';'. Typically my workflow will start with a single simple query and I'll copy/paste it to a new query below when I want to make big changes while debugging. This makes it easy to go back to a working version above when the query doesn't work. Since datasette sends the whole query to the DB I have to comment out the older queries by prefixing each line with `--`. This gets caught by the validators when I use my typical strategy of copy/pasting each successive query below the last one. so this is just a simple fix to allow for a query to be sent to the DB with leading comments. 2019-12-21T14:19:52Z 2020-02-05T02:35:41Z 2020-02-05T02:13:25Z 2020-02-05T02:13:25Z 33a12c8ae526afb40a7819c9ca411c9d3c41219b     0 3a4cb551b9a217d5798e3e9ad5d4b06234a81885 d6b6c9171f3fd945c4e5e4144923ac831c43c208 CONTRIBUTOR 107914493 https://github.com/simonw/datasette/pull/653    

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette ยท Queries took 0.758ms