some updates

This commit is contained in:
Robin Appelman 2024-01-16 22:14:51 +01:00
commit 93a015e163
13 changed files with 1072 additions and 606 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "PostgreSQL",
"query": "SELECT\n map as \"map!\"\n FROM map_list\n ORDER BY count DESC LIMIT 50",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "map!",
"type_info": "Text"
}
],
"parameters": {
"Left": []
},
"nullable": [
true
]
},
"hash": "af217d7d86c606e4d76bd0c79a2551ed5d423b3900cb1d6d8b0fe3789414eb27"
}