home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1185993791

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/450#issuecomment-1185993791 https://api.github.com/repos/simonw/sqlite-utils/issues/450 1185993791 IC_kwDOCGYnMM5GsNQ_ 9599 2022-07-15T22:23:02Z 2022-07-15T22:23:02Z OWNER

create-spatial-index is tricky. For consistency with create-index it should really use --if-not-exists - but under the hood it's not using IF NOT EXISTS because those indexes are created using select CreateSpatialIndex(...).

Really this highlights that --if-not-exists is a bad name for that option on create-index.

I'm tempted to add --ignore to create-index and mark --if-not-exists as deprecated - though it will still work because I don't want to release a major version bump.

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