21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT OR IGNORE INTO mixnode_details(mix_id, identity_key) VALUES (?, ?);\n SELECT id FROM mixnode_details WHERE mix_id = ?;\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "cdc99f6f23d058577bd587be49e5b80b949735e2f0fcc45bfcbd7c0d96e1c973"
|
|
}
|