20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "select id from feeds where url = ? and owner = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "2d37d674e60702e925683c98751be89282f5abe93080ccd2fce85f932c6cdc39"
|
|
}
|