All checks were successful
Frontend CI / build (push) Successful in 1m9s
### Description - `.sqlx` should be check into version control system because it is required when rust compiling if there is no available online sql server. ### Package Changes _No response_ ### Screenshots _No response_ ### Reference __NO_ISSUE__ ### Checklist - [x] A milestone is set - [ ] The related issuse has been linked to this branch Reviewed-on: #99 Co-authored-by: SquidSpirit <squid@squidspirit.com> Co-committed-by: SquidSpirit <squid@squidspirit.com>
26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO \"user\" (issuer, source_id, displayed_name, email)\n VALUES ($1, $2, $3, $4)\n RETURNING id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "e9741186ea464ef1ba3598223ad9f042ec876cbdc4e2d9eca787ff1de598551c"
|
|
}
|