-
I am facing the problem of not being able to define a field of type Here are examples of configuration Cargo.toml: [package]
name = "testing_sqlx"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx = { version = "0.8.3", features = ["json"]}
[package]
name = "testing_sqlx"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx = { version = "0.8.3", features = ["postgres"]}
Here is code on which I tests import: use sqlx::types::Json; I'm not completely sure it's a bug, which is why I'm creating a QnA discussion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is definitely a bug. I have created #3797 to track it. |
Beta Was this translation helpful? Give feedback.
It is definitely a bug. I have created #3797 to track it.