wugeer

Results 4 comments of wugeer

Hello, I'm fairly new to Rust and so I apologize beforehand but I've got a couple of questions. I am trying to deal with this problem, but I encountered a...

@lucacasonato Is the following output okay? ```sql INSERT INTO users (name, email) VALUES ($1, $2) ON CONFLICT (email) DO UPDATE SET name = $1 ```

Hello, can you give me a screenshot of what you think is abnormal?

You can try modifying it to the following code: ``` env_logger = { version = "0.11", default-features = false, features = [ "color", ] } ```