aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192.json
diff options
context:
space:
mode:
Diffstat (limited to '.sqlx/query-a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192.json')
-rw-r--r--.sqlx/query-a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/.sqlx/query-a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192.json b/.sqlx/query-a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192.json
new file mode 100644
index 0000000..23d3c4f
--- /dev/null
+++ b/.sqlx/query-a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192.json
@@ -0,0 +1,41 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "select uuid, version, id, configuration as \"configuration: sqlx::types::Json<RuleConfiguration>\" from rule where\n id = $1 and version = $2",
+ "describe": {
+ "columns": [
+ {
+ "ordinal": 0,
+ "name": "uuid",
+ "type_info": "Uuid"
+ },
+ {
+ "ordinal": 1,
+ "name": "version",
+ "type_info": "Text"
+ },
+ {
+ "ordinal": 2,
+ "name": "id",
+ "type_info": "Text"
+ },
+ {
+ "ordinal": 3,
+ "name": "configuration: sqlx::types::Json<RuleConfiguration>",
+ "type_info": "Jsonb"
+ }
+ ],
+ "parameters": {
+ "Left": [
+ "Text",
+ "Text"
+ ]
+ },
+ "nullable": [
+ false,
+ true,
+ true,
+ false
+ ]
+ },
+ "hash": "a853983577557f990db0631812e477619d05d6efe6990e3b62569037d4a22192"
+}