Kumac13 / soql-generator

1 stars 0 forks source link

Unexpected Error when use query like `where(Name like '%test%')` #2

Closed Kumac13 closed 1 year ago

Kumac13 commented 1 year ago
SOQLGenerator >>> Account.where(Name like '%Test%')
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Decode, source: Error("expected value", line: 2, column: 1) }', src/main.rs:32:60
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Kumac13 commented 1 year ago

Resolved by: 5704a435a994c46085de43d086299b4056f5fbb8