home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 722078286

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/196#issuecomment-722078286 https://api.github.com/repos/simonw/sqlite-utils/issues/196 722078286 MDEyOklzc3VlQ29tbWVudDcyMjA3ODI4Ng== 9599 2020-11-05T02:04:18Z 2020-11-05T02:04:18Z OWNER

I think this might be it: python create_virtual_table_re = re.compile(r""" \s*CREATE\s+VIRTUAL\s+TABLE\s+ # CREATE VIRTUAL TABLE ( '(?P<squoted_table>[^']*(?:''[^']*)*)' | # single quoted name "(?P<dquoted_table>[^"]*(?:""[^"]*)*)" | # double quoted name `(?P<backtick_table>[^`]+)` | # `backtick` quoted name \[(?P<squarequoted_table>[^\]]+)\] # [...] quoted name ) \s+(IF\s+NOT\s+EXISTS\s+)? # IF NOT EXISTS (optional) USING\s+(?P<using>\w+) """, re.VERBOSE | re.IGNORECASE)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
736520310  
Powered by Datasette · Queries took 0.989ms · About: github-to-sqlite