home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1646657849

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/565#issuecomment-1646657849 https://api.github.com/repos/simonw/sqlite-utils/issues/565 1646657849 IC_kwDOCGYnMM5iJgE5 9599 2023-07-22T19:42:02Z 2023-07-22T19:42:02Z OWNER

Manually testing new rename-table command: $ sqlite-utils schema /tmp/f.db CREATE TABLE [foo] ( [id] INTEGER, [name] TEXT ); $ sqlite-utils rename-table /tmp/f.db bad-table hi Error: Table "bad-table" could not be renamed. no such table: bad-table $ sqlite-utils rename-table /tmp/f.db foo foo Error: Table "foo" could not be renamed. there is already another table or index with this name: foo $ sqlite-utils rename-table /tmp/f.db foo bar $ sqlite-utils schema /tmp/f.db CREATE TABLE "bar" ( [id] INTEGER, [name] TEXT );

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