home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 392822050

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/datasette/issues/191#issuecomment-392822050 https://api.github.com/repos/simonw/datasette/issues/191 392822050 MDEyOklzc3VlQ29tbWVudDM5MjgyMjA1MA== 9599 2018-05-29T15:33:25Z 2018-05-29T15:33:25Z OWNER I don't know how it happened, but I've somehow got myself into a state where my local SQLite for Python 3 on OS X is `3.23.1`: ``` ~ $ python3 Python 3.6.5 (default, Mar 30 2018, 06:41:53) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 >>> sqlite3.connect(':memory:').execute('select sqlite_version()').fetchall() [('3.23.1',)] >>> ``` Maybe I did something in homebrew that changed this? I'd love to understand what exactly I did to get to this state. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 310533258  
Powered by Datasette · Queries took 0.875ms