mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-04 22:24:07 +02:00
sqlx update + clippy
This commit is contained in:
parent
7d7886d41b
commit
e1a4036b61
29 changed files with 1261 additions and 776 deletions
20
.sqlx/query-f4daaeeaaf227491627c0bb54319a5f356028a591fdac2f41ba2dce1c5053d4a.json
generated
Normal file
20
.sqlx/query-f4daaeeaaf227491627c0bb54319a5f356028a591fdac2f41ba2dce1c5053d4a.json
generated
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT MAX(id) as id from logs",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Int4"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": []
|
||||
},
|
||||
"nullable": [
|
||||
null
|
||||
]
|
||||
},
|
||||
"hash": "f4daaeeaaf227491627c0bb54319a5f356028a591fdac2f41ba2dce1c5053d4a"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue