Skip to content

sqlite3 bug handling column names that contain square braces #83833

Closed
@simonw

Description

@simonw
mannequin
BPO 39652
Nosy @berkerpeksag, @serhiy-storchaka, @simonw, @miss-islington, @eLRuLL
PRs
  • bpo-39652: returning entire sqlite column names #18533
  • bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. #18942
  • [3.8] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) #19103
  • [3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). #19104
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2020-03-21.14:35:30.873>
    created_at = <Date 2020-02-16.17:10:07.563>
    labels = ['extension-modules', '3.8', 'type-bug', '3.7', '3.9']
    title = 'sqlite3 bug handling column names that contain square braces'
    updated_at = <Date 2020-03-21.14:35:30.872>
    user = 'https://github.com/simonw'

    bugs.python.org fields:

    activity = <Date 2020-03-21.14:35:30.872>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2020-03-21.14:35:30.873>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2020-02-16.17:10:07.563>
    creator = 'simonw'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39652
    keywords = ['patch']
    message_count = 10.0
    messages = ['362081', '362117', '362119', '363959', '363964', '363968', '363976', '364748', '364752', '364753']
    nosy_count = 6.0
    nosy_names = ['ghaering', 'berker.peksag', 'serhiy.storchaka', 'simonw', 'miss-islington', 'elrull']
    pr_nums = ['18533', '18942', '19103', '19104']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue39652'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of life3.9only security fixesextension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions