)]}'
{"etc/account-server.conf-sample":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"ec940331d724f035ba2f2859605f16f1f38d07bc","unresolved":false,"context_lines":[{"line_number":58,"context_line":"# db_preallocation \u003d off"},{"line_number":59,"context_line":"#"},{"line_number":60,"context_line":"# Enable this option to log all sqlite3 queries (requires python \u003e\u003d3.3)"},{"line_number":61,"context_line":"# db_query_logging \u003d off"},{"line_number":62,"context_line":"#"},{"line_number":63,"context_line":"# eventlet_debug \u003d false"},{"line_number":64,"context_line":"#"}],"source_content_type":"application/octet-stream","patch_set":1,"id":"3fa7e38b_03c3e8ee","line":61,"updated":"2019-10-25 17:58:14.000000000","message":"Whoa! Clay\u0027s not only adding a new option, but a *py3-only* option at that!? What a crazy world we live in.","commit_id":"e7cd8df5e93a89fba6a62d2f2f4270a1ce789e93"}],"swift/common/db.py":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"ec940331d724f035ba2f2859605f16f1f38d07bc","unresolved":false,"context_lines":[{"line_number":281,"context_line":"            mkdirs(self.db_dir)"},{"line_number":282,"context_line":"            fd, tmp_db_file \u003d mkstemp(suffix\u003d\u0027.tmp\u0027, dir\u003dself.db_dir)"},{"line_number":283,"context_line":"            os.close(fd)"},{"line_number":284,"context_line":"            conn \u003d sqlite3.connect(tmp_db_file, check_same_thread\u003dFalse,"},{"line_number":285,"context_line":"                                   factory\u003dGreenDBConnection, timeout\u003d0)"},{"line_number":286,"context_line":"            if QUERY_LOGGING and not six.PY2:"},{"line_number":287,"context_line":"                conn.set_trace_callback(self.logger.debug)"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_a3fbf478","line":284,"range":{"start_line":284,"start_character":19,"end_line":284,"end_character":34},"updated":"2019-10-25 17:58:14.000000000","message":"I love that we literally only have two calls to this in the whole codebase -- and only four calls to get_db_connection. Makes it very easy to confirm that we covered them all :D","commit_id":"e7cd8df5e93a89fba6a62d2f2f4270a1ce789e93"}]}
