home / github / releases

Menu
  • Search all tables
  • GraphQL API

releases: 43797212

This data as json

html_url id node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
https://github.com/simonw/sqlite-utils/releases/tag/3.7 43797212 MDc6UmVsZWFzZTQzNzk3MjEy 3.7 main 3.7 0 9599 0 2021-05-29T05:47:59Z 2021-05-29T05:49:59Z
  • New table.pks_and_rows_where() method returning (primary_key, row_dictionary) tuples - see Listing rows with their primary keys. (#240)
  • Fixed bug with table.add_foreign_key() against columns containing spaces. (#238)
  • table_or_view.drop(ignore=True) option for avoiding errors if the table or view does not exist. (#237)
  • sqlite-utils drop-view --ignore and sqlite-utils drop-table --ignore options. (#237)
  • Fixed a bug with inserts of nested JSON containing non-ascii strings - thanks, Dylan Wu. (#257)
  • Suggest --alter if an error occurs caused by a missing column. (#259)
  • Support creating indexes with columns in descending order, see API documentation and CLI documentation. (#260)
  • Correctly handle CSV files that start with a UTF-8 BOM. (#250)
140912432  

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 0.767ms · About: github-to-sqlite