2022-07-17 17:04:48 -04:00
|
|
|
{
|
|
|
|
|
"db": "SQLite",
|
2022-07-18 01:30:19 -04:00
|
|
|
"3fae7e613d23f9713643829d36bab2851a9c406aa32a1f8afe1bab34d53f13e7": {
|
2022-07-17 17:04:48 -04:00
|
|
|
"describe": {
|
|
|
|
|
"columns": [],
|
|
|
|
|
"nullable": [],
|
|
|
|
|
"parameters": {
|
|
|
|
|
"Right": 7
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-07-18 01:30:19 -04:00
|
|
|
"query": "UPDATE places SET (name, address, open_hours, icon, description, longitude, latitude) = (?, ?, ?, ?, ?, ?, ?)"
|
2022-07-17 17:04:48 -04:00
|
|
|
},
|
|
|
|
|
"8f8e9058b89c1f10360e08f8733c75e6ea2e8c15ff2c1e8a9f4a8ecd6e778642": {
|
|
|
|
|
"describe": {
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"ordinal": 0,
|
|
|
|
|
"type_info": "Int64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "name",
|
|
|
|
|
"ordinal": 1,
|
|
|
|
|
"type_info": "Text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "address",
|
|
|
|
|
"ordinal": 2,
|
|
|
|
|
"type_info": "Text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "open_hours",
|
|
|
|
|
"ordinal": 3,
|
|
|
|
|
"type_info": "Text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "icon",
|
|
|
|
|
"ordinal": 4,
|
|
|
|
|
"type_info": "Text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "description",
|
|
|
|
|
"ordinal": 5,
|
|
|
|
|
"type_info": "Text"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "longitude",
|
|
|
|
|
"ordinal": 6,
|
|
|
|
|
"type_info": "Float"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "latitude",
|
|
|
|
|
"ordinal": 7,
|
|
|
|
|
"type_info": "Float"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"nullable": [
|
|
|
|
|
false,
|
|
|
|
|
false,
|
|
|
|
|
false,
|
|
|
|
|
false,
|
|
|
|
|
false,
|
|
|
|
|
false,
|
|
|
|
|
false,
|
|
|
|
|
false
|
|
|
|
|
],
|
|
|
|
|
"parameters": {
|
|
|
|
|
"Right": 0
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"query": "SELECT id, name, address, open_hours, icon, description, longitude, latitude FROM places WHERE active = TRUE"
|
|
|
|
|
},
|
|
|
|
|
"af66ec71413501f84c7f4cb0dd732c8ebfcd3da36a5f1177918c2277a8674c28": {
|
|
|
|
|
"describe": {
|
|
|
|
|
"columns": [],
|
|
|
|
|
"nullable": [],
|
|
|
|
|
"parameters": {
|
|
|
|
|
"Right": 1
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"query": "UPDATE places SET active = FALSE WHERE id = ?"
|
2022-07-18 01:30:19 -04:00
|
|
|
},
|
|
|
|
|
"e10f7e8f125a3f60338f6c35b195517d4304304599c75e4f26f071e2a09609dc": {
|
|
|
|
|
"describe": {
|
|
|
|
|
"columns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "id",
|
|
|
|
|
"ordinal": 0,
|
|
|
|
|
"type_info": "Int64"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"nullable": [
|
|
|
|
|
false
|
|
|
|
|
],
|
|
|
|
|
"parameters": {
|
|
|
|
|
"Right": 7
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"query": "INSERT INTO places (name, address, open_hours, icon, description, longitude, latitude)VALUES (?, ?, ?, ?, ?, ?, ?)RETURNING id"
|
2022-07-17 17:04:48 -04:00
|
|
|
}
|
|
|
|
|
}
|