diff options
Diffstat (limited to '.sqlx/query-2a92509e9bdb7c3a7d16cd87adee04048afed140e124c021b1578b3f5969c3f7.json')
-rw-r--r-- | .sqlx/query-2a92509e9bdb7c3a7d16cd87adee04048afed140e124c021b1578b3f5969c3f7.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.sqlx/query-2a92509e9bdb7c3a7d16cd87adee04048afed140e124c021b1578b3f5969c3f7.json b/.sqlx/query-2a92509e9bdb7c3a7d16cd87adee04048afed140e124c021b1578b3f5969c3f7.json new file mode 100644 index 0000000..1eeeb3b --- /dev/null +++ b/.sqlx/query-2a92509e9bdb7c3a7d16cd87adee04048afed140e124c021b1578b3f5969c3f7.json @@ -0,0 +1,26 @@ +{ + "db_name": "PostgreSQL", + "query": "select id, configuration as \"configuration: sqlx::types::Json<RoutingConfiguration>\" from routing where\n configuration->>'active' = 'true'", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "id", + "type_info": "Uuid" + }, + { + "ordinal": 1, + "name": "configuration: sqlx::types::Json<RoutingConfiguration>", + "type_info": "Jsonb" + } + ], + "parameters": { + "Left": [] + }, + "nullable": [ + false, + false + ] + }, + "hash": "2a92509e9bdb7c3a7d16cd87adee04048afed140e124c021b1578b3f5969c3f7" +} |