home / train

bug_project

16 rows where bug_id = 133

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ bug_id name
726 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 User-Majavah
727 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 1.36.0-wmf.30; 2021-02-09
728 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 Patch-For-Review
729 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 Clinic Duty Team
730 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 MediaWiki-extensions-FeaturedFeeds
731 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 User-brennen
732 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 MediaWiki-Cache
733 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 Wikimedia-production-error
742 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 User-Majavah
743 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 1.36.0-wmf.30; 2021-02-09
744 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 Patch-For-Review
745 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 Clinic Duty Team
746 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 MediaWiki-extensions-FeaturedFeeds
747 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 User-brennen
748 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 MediaWiki-Cache
749 MemcachedPeclBagOStuff: Serialization of 'Closure' is not allowed 133 Wikimedia-production-error

Advanced export

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

CSV options:

CREATE TABLE bug_project (
            id INTEGER PRIMARY KEY,
            bug_id INTEGER NOT NULL,
            name TEXT NOT NULL,
            FOREIGN KEY(bug_id) REFERENCES bug(id)
        );
Powered by Datasette · Queries took 37.196ms