home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

94 rows where labels_id = 993377882

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
473083260,993377882 bug 993377882 "Too many SQL variables" on large inserts 473083260
476413293,993377882 bug 993377882 Throws error if .insert_all() / .upsert_all() called with empty list 476413293
521868864,993377882 bug 993377882 The ".upsert()" method is misnamed 521868864
542814756,993377882 bug 993377882 Tests are failing due to missing FTS5 542814756
559197745,993377882 bug 993377882 Tutorial command no longer works 559197745
561460274,993377882 bug 993377882 .upsert() with hash_id throws error 561460274
562911863,993377882 bug 993377882 Create index doesn't work for columns containing spaces 562911863
564579430,993377882 bug 993377882 Problem with square bracket in CSV column name 564579430
565837965,993377882 bug 993377882 Should detect collections.OrderedDict as a regular dictionary 565837965
573740712,993377882 bug 993377882 Cannot .enable_fts() for columns with spaces in their names 573740712
581339961,993377882 bug 993377882 .columns_dict doesn't work for all possible column types 581339961
586477757,993377882 bug 993377882 If column data is a mixture of integers and nulls, detected type should be INTEGER 586477757
586486367,993377882 bug 993377882 Columns with only null values are no longer created in the database 586486367
597671518,993377882 bug 993377882 Only set .last_rowid and .last_pk for single update/inserts, not for .insert_all()/.upsert_all() with multiple records 597671518
598640234,993377882 bug 993377882 .upsert_all() should maybe error if dictionaries passed to it do not have the same keys 598640234
602569315,993377882 bug 993377882 Can't store an array or dictionary containing a bytes value 602569315
610517472,993377882 bug 993377882 sqlite3.OperationalError: too many SQL variables in insert_all when using rows with varying numbers of columns 610517472
665817570,993377882 bug 993377882 Output binary columns in "sqlite-utils query" JSON 665817570
684118950,993377882 bug 993377882 extracts= doesn't configure foreign keys 684118950
688659182,993377882 bug 993377882 Bug when first record contains fewer columns than subsequent records 688659182
695319258,993377882 bug 993377882 FTS table with 7 rows has _fts_docsize table with 9,141 rows 695319258
695441530,993377882 bug 993377882 OperationalError: cannot change into wal mode from within a transaction 695441530
702386948,993377882 bug 993377882 .delete_where() does not auto-commit (unlike .insert() or .upsert()) 702386948
706098005,993377882 bug 993377882 Review the foreign key pragma stuff 706098005
709920027,993377882 bug 993377882 pk=["id"] should have same effect as pk="id" 709920027
722816436,993377882 bug 993377882 .extract() shouldn't extract null values 722816436
738128913,993377882 bug 993377882 .search(columns=) and sqlite-utils search -c ... bug 738128913
766156875,993377882 bug 993377882 Test failure with sqlite 3.34 in test_cli.py::test_optimize 766156875
783910901,993377882 bug 993377882 .add_missing_columns() does not take case insensitivity into account 783910901
802583450,993377882 bug 993377882 3.4 release is broken - includes a rogue line 802583450
807174161,993377882 bug 993377882 Error reading csv files with large column data 807174161
807817197,993377882 bug 993377882 Hitting `_csv.Error: field larger than field limit (131072)` 807817197
808046597,993377882 bug 993377882 .insert_all() fails if subsequent chunks contain additional columns 808046597
810618495,993377882 bug 993377882 Extract columns cannot create foreign key relation: sqlite3.OperationalError: table sqlite_master may not be modified 810618495
816523763,993377882 bug 993377882 .add_foreign_key() corrupts database if column contains a space 816523763
838148087,993377882 bug 993377882 Handle byte order marks (BOMs) in CSV files 838148087
861622839,993377882 bug 993377882 inserting with --nl errors with: sqlite3.OperationalError: table <table> has no column named <column> 861622839
919702451,993377882 bug 993377882 table.upsert_all() fails if input has a single column that should be a primary key 919702451
925319214,993377882 bug 993377882 memory: Shouldn't detect types for JSON 925319214
925320167,993377882 bug 993377882 .transform(types=) turns rowid into a concrete column 925320167
925544070,993377882 bug 993377882 Update rowid examples in the docs 925544070
934123448,993377882 bug 993377882 Insert with --tsv and --no-headers give error about --nl arguments 934123448
965166058,993377882 bug 993377882 `.add_foreign_keys()` doesn't reject being called with a View 965166058
965440017,993377882 bug 993377882 `.delete_where()` returns `[]` when it should return self 965440017
970320615,993377882 bug 993377882 Fix visible backticks on reference page 970320615
990844088,993377882 bug 993377882 sqlite-utils memory can't deal with multiple files with the same name 990844088
1004613267,993377882 bug 993377882 Invalid JSON output when no rows 1004613267
1042569687,993377882 bug 993377882 sqlite-utils index-foreign-keys fails due to pre-existing index 1042569687
1044267332,993377882 bug 993377882 sqlite-util tranform --column-order mangles columns of type "timestamp" 1044267332
1053136495,993377882 bug 993377882 `hash_id: Optional[Any]` should be `hash_id: Optional[str]` 1053136495
1077243232,993377882 bug 993377882 Test failure in test_rebuild_fts 1077243232
1094974713,993377882 bug 993377882 upsert --detect-types is broken 1094974713
1095570074,993377882 bug 993377882 `--batch-size 1` doesn't seem to commit for every item 1095570074
1114557284,993377882 bug 993377882 `sqlite-utils upsert` should require `--pk` more elegantly 1114557284
1123849278,993377882 bug 993377882 "apt-get: command not found" error on macOS 1123849278
1123851690,993377882 bug 993377882 mypy failure, sqlite_utils/utils.py:56 1123851690
1145882578,993377882 bug 993377882 `deterministic=True` fails on versions of SQLite prior to 3.8.3 1145882578
1166731361,993377882 bug 993377882 I forgot to include the changelog in the 3.25.1 release 1166731361
1171599874,993377882 bug 993377882 Convert with `--multi` and `--dry-run` flag does not work 1171599874
1180427792,993377882 bug 993377882 "Error: near "(": syntax error" when using sqlite-utils indexes CLI 1180427792
1199158210,993377882 bug 993377882 .extract() doesn't set foreign key when extracted columns contain NULL value 1199158210
1200866134,993377882 bug 993377882 Better error message if you try to create a table with no columns 1200866134
1203842656,993377882 bug 993377882 `sqlite3.NotSupportedError`: deterministic=True requires SQLite 3.8.3 or higher 1203842656
1239034903,993377882 bug 993377882 CLI eats my cursor 1239034903
1243151184,993377882 bug 993377882 `detect_fts()` identifies the wrong table if tables have names that are subsets of each other 1243151184
1250495688,993377882 bug 993377882 Misleading progress bar against utf-16-le CSV input 1250495688
1250629388,993377882 bug 993377882 CSV files with too many values in a row cause errors 1250629388
1279144769,993377882 bug 993377882 Reading rows from a file => AttributeError: '_io.StringIO' object has no attribute 'readinto' 1279144769
1373224657,993377882 bug 993377882 `sqlite-utils transform` should set empty strings to null when converting text columns to integer/float 1373224657
1386562662,993377882 bug 993377882 Tiny typographical error in install/uninstall docs 1386562662
1413641049,993377882 bug 993377882 Tests failing due to updated tabulate library 1413641049
1422954582,993377882 bug 993377882 Fix tests for Python 3.11 1422954582
1423000702,993377882 bug 993377882 test_recreate failing on Windows Python 3.11 1423000702
1450952393,993377882 bug 993377882 mypy failures in CI 1450952393
1487764628,993377882 bug 993377882 flake8 ValueError: Error code '#' supplied to 'extend-ignore' option... 1487764628
1516644980,993377882 bug 993377882 rows_from_file() raises confusing error if file-like object is not in binary mode 1516644980
1553425465,993377882 bug 993377882 Add COLUMN_TYPE_MAPPING for timedelta 1553425465
1575131737,993377882 bug 993377882 Repeated calls to `Table.convert()` fail 1575131737
1578790070,993377882 bug 993377882 `Table.convert()` skips falsey values 1578790070
1620516340,993377882 bug 993377882 ReadTheDocs error: not all arguments converted during string formatting 1620516340
1695428235,993377882 bug 993377882 `table.upsert_all` fails to write rows when `not_null` is present 1695428235
1699184583,993377882 bug 993377882 sphinx.builders.linkcheck build error 1699184583
1701018909,993377882 bug 993377882 Tests broken on Windows due to new convert() lambda names 1701018909
1718576761,993377882 bug 993377882 analyze-tables should validate provide --column names 1718576761
1718595700,993377882 bug 993377882 AttributeError: 'EntryPoints' object has no attribute 'get' for flake8 on Python 3.7 1718595700
1795219865,993377882 bug 993377882 `--no-headers` doesn't work on most formats 1795219865
1855838223,993377882 bug 993377882 .transform() instead of modifying sqlite_master for add_foreign_keys 1855838223
1856075668,993377882 bug 993377882 .transform() fails to drop column if table is part of a view 1856075668
1857851384,993377882 bug 993377882 New .add_foreign_key() can break if PRAGMA legacy_alter_table=ON and there's an invalid foreign key reference 1857851384
1886771493,993377882 bug 993377882 `table.transform()` should preserve `rowid` values 1886771493
1886783150,993377882 bug 993377882 .transform() now preserves rowid values, refs #592 1886783150
1926729132,993377882 bug 993377882 Fixed issue #433 - CLI eats cursor 1926729132
1976986318,993377882 bug 993377882 Cannot find spatialite on arm64 linux 1976986318
1988525411,993377882 bug 993377882 Pyhton 3.12 Bug report 1988525411

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 9.689ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows