issue_comments
13 rows where "created_at" is on date 2022-02-05, "updated_at" is on date 2022-02-05 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, created_at (date)
user 1
- simonw · 13 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1030712129 | https://github.com/simonw/sqlite-utils/issues/399#issuecomment-1030712129 | https://api.github.com/repos/simonw/sqlite-utils/issues/399 | IC_kwDOCGYnMM49b2tB | simonw 9599 | 2022-02-05T23:08:45Z | 2022-02-05T23:08:45Z | OWNER | Useful thoughts on Twitter regarding making coordinate pairs easy and more complex shapes possible: https://twitter.com/dbreunig/status/1490099303888547843
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Make it easier to insert geometries, with documentation and maybe code 1124731464 | |
1030468418 | https://github.com/simonw/sqlite-utils/issues/399#issuecomment-1030468418 | https://api.github.com/repos/simonw/sqlite-utils/issues/399 | IC_kwDOCGYnMM49a7NC | simonw 9599 | 2022-02-05T00:49:08Z | 2022-02-05T22:59:06Z | OWNER | I'm trying to think of ways to make this nicer from the perspective of someone calling the One option would be for the code to introspect the table (if it exists) before running the insert, looking for any geometry columns. This introspection isn't easy! The table schema just gives you Assuming we can introspect the table, what would we do with that information? We could add code that detects if the user attempted to pass GeoJSON objects and automatically inserts a Maybe we just support the simplest possible case: a tuple of floats, which we assume is Not crazy about either of these ideas. Is there something better? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Make it easier to insert geometries, with documentation and maybe code 1124731464 | |
1030534868 | https://github.com/simonw/sqlite-utils/issues/398#issuecomment-1030534868 | https://api.github.com/repos/simonw/sqlite-utils/issues/398 | IC_kwDOCGYnMM49bLbU | simonw 9599 | 2022-02-05T06:03:38Z | 2022-02-05T06:03:38Z | OWNER | @eyeseast how do you usually insert geometries at the moment? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add SpatiaLite helpers to CLI 1124237013 | |
1030530071 | https://github.com/simonw/datasette/issues/1576#issuecomment-1030530071 | https://api.github.com/repos/simonw/datasette/issues/1576 | IC_kwDOBm6k_c49bKQX | simonw 9599 | 2022-02-05T05:21:35Z | 2022-02-05T05:21:35Z | OWNER | New documentation section: https://docs.datasette.io/en/latest/internals.html#datasette-tracer |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Traces should include SQL executed by subtasks created with `asyncio.gather` 1087181951 | |
1030528532 | https://github.com/simonw/datasette/issues/1576#issuecomment-1030528532 | https://api.github.com/repos/simonw/datasette/issues/1576 | IC_kwDOBm6k_c49bJ4U | simonw 9599 | 2022-02-05T05:09:57Z | 2022-02-05T05:09:57Z | OWNER | Needs documentation. I'll document |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Traces should include SQL executed by subtasks created with `asyncio.gather` 1087181951 | |
1030525218 | https://github.com/simonw/datasette/issues/1576#issuecomment-1030525218 | https://api.github.com/repos/simonw/datasette/issues/1576 | IC_kwDOBm6k_c49bJEi | simonw 9599 | 2022-02-05T04:45:11Z | 2022-02-05T04:45:11Z | OWNER | Got a prototype working with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Traces should include SQL executed by subtasks created with `asyncio.gather` 1087181951 | |
1030521533 | https://github.com/simonw/sqlite-utils/issues/398#issuecomment-1030521533 | https://api.github.com/repos/simonw/sqlite-utils/issues/398 | IC_kwDOCGYnMM49bIK9 | simonw 9599 | 2022-02-05T04:25:49Z | 2022-02-05T04:25:49Z | OWNER | For ingesting geometry data from the command-line maybe GeoJSON would be the best route? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add SpatiaLite helpers to CLI 1124237013 | |
1030466255 | https://github.com/simonw/sqlite-utils/issues/399#issuecomment-1030466255 | https://api.github.com/repos/simonw/sqlite-utils/issues/399 | IC_kwDOCGYnMM49a6rP | simonw 9599 | 2022-02-05T00:41:35Z | 2022-02-05T00:42:23Z | OWNER | Wow, it was the newlines that broke it! This works fine:
And removing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Make it easier to insert geometries, with documentation and maybe code 1124731464 | |
1030465557 | https://github.com/simonw/sqlite-utils/issues/399#issuecomment-1030465557 | https://api.github.com/repos/simonw/sqlite-utils/issues/399 | IC_kwDOCGYnMM49a6gV | simonw 9599 | 2022-02-05T00:39:09Z | 2022-02-05T00:39:09Z | OWNER | I can't seem to get
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Make it easier to insert geometries, with documentation and maybe code 1124731464 | |
1030461163 | https://github.com/simonw/sqlite-utils/issues/399#issuecomment-1030461163 | https://api.github.com/repos/simonw/sqlite-utils/issues/399 | IC_kwDOCGYnMM49a5br | simonw 9599 | 2022-02-05T00:30:18Z | 2022-02-05T00:30:18Z | OWNER | I wonder what the most developer-friendly way to insert geometry data into SpatiaLite is? From https://www.gaia-gis.it/gaia-sins/spatialite-sql-latest.html it looks like these are the main options:
Interesting that some accept an SRID and others do not - presumably |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Make it easier to insert geometries, with documentation and maybe code 1124731464 | |
1030456717 | https://github.com/simonw/sqlite-utils/issues/398#issuecomment-1030456717 | https://api.github.com/repos/simonw/sqlite-utils/issues/398 | IC_kwDOCGYnMM49a4WN | simonw 9599 | 2022-02-05T00:16:42Z | 2022-02-05T00:16:42Z | OWNER |
That's a good call. I'm happy for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add SpatiaLite helpers to CLI 1124237013 | |
1030455715 | https://github.com/simonw/sqlite-utils/issues/399#issuecomment-1030455715 | https://api.github.com/repos/simonw/sqlite-utils/issues/399 | IC_kwDOCGYnMM49a4Gj | simonw 9599 | 2022-02-05T00:15:28Z | 2022-02-05T00:15:28Z | OWNER | The
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Make it easier to insert geometries, with documentation and maybe code 1124731464 | |
1030454114 | https://github.com/simonw/sqlite-utils/issues/398#issuecomment-1030454114 | https://api.github.com/repos/simonw/sqlite-utils/issues/398 | IC_kwDOCGYnMM49a3ti | simonw 9599 | 2022-02-05T00:14:47Z | 2022-02-05T00:14:47Z | OWNER | I like these designs a lot. I would suggest The other part of this story is how we support actually inserting spatial data from the command-line. I opened an issue about the challenges in doing that for the Python API here - #399 - but we need a good answer for the CLI too. I don't yet have any good ideas here. The |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add SpatiaLite helpers to CLI 1124237013 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [issue] INTEGER REFERENCES [issues]([id]) , [performed_via_github_app] TEXT); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
issue 3