{"sha": "127a836054fb784dc02ea40dadb55b3741dcd603", "message": "Documented new table configuration options via .table()", "author_date": "2019-07-22T23:59:17Z", "committer_date": "2019-07-22T23:59:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "152eb2afaf35cde5d44e50369f4cb32a72e72fdb", "message": "Use pysqlite3 if available", "author_date": "2019-07-22T22:39:35Z", "committer_date": "2019-07-22T22:39:35Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "57e43baece0936d75c74711f5f6835a5c1c1ac42", "message": "Table options can now be passed to constructor OR to insert_all()\n\nIf you want to set default options for a table, you can do this:\n\n table = db.table(\"dogs\", pk=\"id\", column_order=[\"name\", \"age\"])\n\nIf you pass those keyword arguments to the .insert/.update/etc\nmethods they will over-ride the defaults you set on the table.\n\n table = db[\"dogs\"] # This still works too", "author_date": "2019-07-22T23:30:54Z", "committer_date": "2019-07-22T23:30:54Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "5d7e14d40d5a4cfd133ca5faa442312f607784c5", "message": "Release 0.3", "author_date": "2019-07-22T03:31:54Z", "committer_date": "2019-07-22T03:31:54Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "5fa404135a2704fe94dd976bf197472acffded28", "message": "Added progress bar, --xml and --silent options\n\n--xml lets you pass path to an XML file - I used this to add some\nunit tests for the CLI itself.\n\n--silent means \"don't show a progress bar\"\n\nCloses #5", "author_date": "2019-07-22T02:47:56Z", "committer_date": "2019-07-22T02:47:56Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "604d423f92732c7f6d2b4402cc80734ac3bd7c21", "message": "Documentation for progress bar / --silent", "author_date": "2019-07-22T03:31:02Z", "committer_date": "2019-07-22T03:31:02Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "b63bab25de0d6db72d5e410789fbc9bfa1eace93", "message": "Better progress bar label, refs #5", "author_date": "2019-07-22T03:17:20Z", "committer_date": "2019-07-22T03:17:20Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "be655827b4a4ff88eb4813075339b0b01e018145", "message": "use_table_factory is a better name than use_class_constructor", "author_date": "2019-07-22T23:33:37Z", "committer_date": "2019-07-22T23:33:37Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "f518d8c7099a9f8826920ab9634a159036094cf7", "message": "Break records out into separate tables, closes #6", "author_date": "2019-07-22T03:28:43Z", "committer_date": "2019-07-22T03:28:43Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}}