home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 688482055

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/149#issuecomment-688482055 https://api.github.com/repos/simonw/sqlite-utils/issues/149 688482055 MDEyOklzc3VlQ29tbWVudDY4ODQ4MjA1NQ== 9599 2020-09-07T19:21:42Z 2020-09-07T19:21:42Z OWNER

Using replace=True there executes INSERT OR REPLACE - and Dan Kennedy (SQLite maintainer) on the SQLite forums said this:

Are you using "REPLACE INTO", or "UPDATE OR REPLACE" on the "licenses" table without having first executed "PRAGMA recursive_triggers = 1"? The docs note that delete triggers will not be fired in this case, which would explain things. Second paragraph under "REPLACE" here:

https://www.sqlite.org/lang_conflict.html

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