diff options
Diffstat (limited to '.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json')
-rw-r--r-- | .sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json b/.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json new file mode 100644 index 0000000..7a0a6fd --- /dev/null +++ b/.sqlx/query-655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00.json @@ -0,0 +1,23 @@ +{ + "db_name": "PostgreSQL", + "query": "\n delete from typology\n where id = $1 and version = $2\n returning configuration as \"configuration: sqlx::types::Json<TypologyConfiguration>\"\n ", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "configuration: sqlx::types::Json<TypologyConfiguration>", + "type_info": "Jsonb" + } + ], + "parameters": { + "Left": [ + "Text", + "Text" + ] + }, + "nullable": [ + false + ] + }, + "hash": "655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00" +} |