home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1606293382

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/pull/560#issuecomment-1606293382 https://api.github.com/repos/simonw/sqlite-utils/issues/560 1606293382 IC_kwDOCGYnMM5fvheG 9599 2023-06-25T22:34:47Z 2023-06-25T22:34:47Z OWNER

```pycon

import sqlite3 db = sqlite3.connect("/tmp/1.db") db.execute('PRAGMA journal_mode=wal;') <sqlite3.Cursor object at 0x102475ec0> import sqlean db2 = sqlean.connect("/tmp/2.db") db2.execute('PRAGMA journal_mode=wal;') Traceback (most recent call last): File "<stdin>", line 1, in <module> sqlean.dbapi2.OperationalError: cannot change into wal mode from within a transaction ```

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