{"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": "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"}}