home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1255340974

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/358#issuecomment-1255340974 https://api.github.com/repos/simonw/sqlite-utils/issues/358 1255340974 IC_kwDOCGYnMM5K0vuu 9599 2022-09-22T17:34:45Z 2022-09-22T17:34:45Z OWNER A few other recipes off the top of my head: - `title:maxlength:20` - set a max length, `length(title) <= 20` - `created:date` - check for `yyyy-mm-dd` date, `select :date == date(:date) is not null` ([demo](https://latest.datasette.io/_memory?sql=select+%3Adate+%3D%3D+date%28%3Adate%29+is+not+null&date=2022-01-01)) - `age:positiveint` - check `age` is a positive integer, `printf('%', age) = age and age > 0` (untested) {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1082651698  
Powered by Datasette · Queries took 0.848ms