home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 803502424

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/249#issuecomment-803502424 https://api.github.com/repos/simonw/sqlite-utils/issues/249 803502424 MDEyOklzc3VlQ29tbWVudDgwMzUwMjQyNA== 36287 2021-03-21T02:43:32Z 2021-03-21T02:43:32Z NONE

Did you run enable-fts before you inserted the data?

If so you'll need to run populate-fts after the insert to populate the FTS index.

A better solution may be to add --create-triggers to the enable-fts command to add triggers that will automatically keep the index updated as you insert new records.

Wow. Wasn't expecting a response this quick, especially during a weekend. :-) Sincerely appreciate it. I tried the populate-fts and that did the trick. My bad for not consulting the docs again. I think I forgot to add that step when I automated the workflow. Thanks for the suggestion. I'll close this issue. Have a great weekend and many many thanks for creating these suite of tools around sqlite.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
836963850  
Powered by Datasette · Queries took 1.114ms · About: github-to-sqlite