home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

18 rows where labels_id = 3750195281

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
324835838,3750195281 spatialite 3750195281 Handle spatialite geometry columns better 324835838
328155946,3750195281 spatialite 3750195281 --spatialite option for "datasette publish heroku" 328155946
336936010,3750195281 spatialite 3750195281 Datasette throws error when loading spatialite db without extension loaded 336936010
410384988,3750195281 spatialite 3750195281 How to pass named parameter into spatialite MakePoint() function 410384988
443040665,3750195281 spatialite 3750195281 Move "no such module: VirtualSpatialIndex" code elsewhere 443040665
563347679,3750195281 spatialite 3750195281 Make it easier to load SpatiaLite 563347679
723803777,3750195281 spatialite 3750195281 --load-extension=spatialite shortcut 723803777
752966476,3750195281 spatialite 3750195281 --load-extension=spatialite not working with datasetteproject/datasette docker image 752966476
752995227,3750195281 spatialite 3750195281 SpatiaLite error could suggest --load-extension=spatialite 752995227
824064069,3750195281 spatialite 3750195281 Updated Dockerfile with SpatiaLite version 5.0 824064069
837308703,3750195281 spatialite 3750195281 Figure out why SpatiaLite 5.0 hangs the database page on Linux 837308703
838382890,3750195281 spatialite 3750195281 Refresh SpatiaLite documentation 838382890
842416110,3750195281 spatialite 3750195281 SpatiaLite timezones demo is broken 842416110
849975810,3750195281 spatialite 3750195281 Research ctypes.util.find_library('spatialite') 849975810
1083581011,3750195281 spatialite 3750195281 _prepare_connection not called on write connections 1083581011
1105916061,3750195281 spatialite 3750195281 Add KNN and data_licenses to hidden tables list 1105916061
1109783030,3750195281 spatialite 3750195281 More detailed information about installed SpatiaLite version 1109783030
1113384383,3750195281 spatialite 3750195281 Avoid ever running count(*) against SpatiaLite KNN table 1113384383

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 8.33ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows