Files
rustical/.sqlx/query-d0031fbbd6cf023e3f5ef8e6006723b7ff654b69699e4cbc8177941c9d414105.json
2024-10-31 15:52:05 +01:00

13 lines
455 B
JSON

{
"db_name": "SQLite",
"query": "\n INSERT INTO addressobjectchangelog (principal, addressbook_id, object_id, operation, synctoken)\n VALUES (?1, ?2, ?3, ?4, (\n SELECT synctoken FROM addressbooks WHERE (principal, id) = (?1, ?2)\n ))",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "d0031fbbd6cf023e3f5ef8e6006723b7ff654b69699e4cbc8177941c9d414105"
}