diff --git a/core/Cargo.toml b/core/Cargo.toml index bd032d81..33ea6d3e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/tembo-io/pgmq" chrono = { version = "0.4.23", features = [ "serde" ] } serde = { version = "1.0.152" } serde_json = { version = "1.0.91", features = [ "raw_value" ] } -sqlx = { version = "0.6", features = [ "offline", "runtime-tokio-native-tls" , "postgres", "chrono", "json" ] } +sqlx = { version = "0.6.3", features = [ "offline", "runtime-tokio-native-tls" , "postgres", "chrono", "json" ] } thiserror = "1.0.38" tokio = { version = "1", features = ["macros"] } log = "0.4.17" diff --git a/core/sqlx-data.json b/core/sqlx-data.json index 1c5c2b7a..1e818e54 100644 --- a/core/sqlx-data.json +++ b/core/sqlx-data.json @@ -466,5 +466,25 @@ } }, "query": "SELECT pgmq_send as msg_id from pgmq_send($1::text, $2::jsonb);" + }, + "ed8b7aacd0d94fe647899b6d2fe61a29372cd7d6dbc28bf59ac6bb3118e3fe6c": { + "describe": { + "columns": [ + { + "name": "pgmq_create_partitioned", + "ordinal": 0, + "type_info": "Void" + } + ], + "nullable": [ + null + ], + "parameters": { + "Left": [ + "Text" + ] + } + }, + "query": "SELECT * from pgmq_create_partitioned($1::text);" } } \ No newline at end of file