We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e571e commit 637a221Copy full SHA for 637a221
1 file changed
packages/cipherstash-proxy-integration/src/ore_order_helpers.rs
@@ -28,7 +28,7 @@ impl SortDirection {
28
29
/// Text ASC ordering with lexicographic edge cases.
30
pub async fn ore_order_text(client: &tokio_postgres::Client) {
31
- let values = vec![
+ let values = [
32
"aardvark",
33
"apparatus",
34
"aplomb",
@@ -58,7 +58,7 @@ pub async fn ore_order_text(client: &tokio_postgres::Client) {
58
59
/// Text DESC ordering with lexicographic edge cases.
60
pub async fn ore_order_text_desc(client: &tokio_postgres::Client) {
61
62
63
64
0 commit comments