home / django_tickets

tickets

1 row where "created" is on date 2008-08-19 and version = "1.2" sorted by resolution

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_pulled_from_trac (date)

version 1 ✖

  • 1.2 · 1 ✖
id created changetime last_pulled_from_trac stage status component type severity version resolution ▼ summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8414 2008-08-19 10:46:36 2010-11-23 23:32:01 2022-03-06 03:42:12.112270 Unreviewed closed Core (Cache system)     1.2 fixed multiple sites on one memcached For every site which use for example CacheMiddleware we need to run new memcached instance, its not efficient with few small sites. I think that adding a key_prefix to the CACHE_BACKEND params will solve this problem. I've attached patch aganist memcache backend. nobody urban cache prefix session cached_db 0 1 0 1 0 0

Advanced export

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

CSV options:

CREATE TABLE tickets (
        id int primary key,
        created datetime,
        changetime datetime,
        last_pulled_from_trac datetime,
        stage text,
        status text,
        component text,
        type text,
        severity text,
        version text,
        resolution text,
        summary text,
        description text,
        owner text,
        reporter text,
        keywords text,
        easy boolean,
        has_patch boolean,
        needs_better_patch boolean,
        needs_tests boolean,
        needs_docs boolean,
        ui_ux boolean
    );
Powered by Datasette · Queries took 1382.345ms