{ "db_name": "SQLite", "query": "\n update user\n set password_hash = $1\n where id = $2\n returning id as \"id: Id\"\n ", "describe": { "columns": [ { "name": "id: Id", "ordinal": 0, "type_info": "Text" } ], "parameters": { "Right": 2 }, "nullable": [ false ] }, "hash": "27c3ffb5c284cf2d1c7cee713f6354d6150088a052d1f261853f327a83e8dd75" }