Skip to content

Commit

Permalink
pin sqlx and update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jul 31, 2023
1 parent 3820e97 commit cb7afb7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 20 additions & 0 deletions core/sqlx-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
}
}

0 comments on commit cb7afb7

Please sign in to comment.