You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the generated src/schema.rs file, type alias Bigint used as BigInt in diesel::sql_types::*, then
in the .proto file message filed is not recognized like this:
/* TODO: unknown type Bigint */ id = 1;
Output of diesel_ext --proto > myproto.proto
diesel_ext --proto > myproto.proto
Bigint is not recognized. Please feel free to expand the HashMap. This could provide good hints: https://kotiri.com/2018/01/31/postgresql-diesel-rust-types.html
...
...
...
The text was updated successfully, but these errors were encountered:
Run the command to generate
schema.rs
In the generated
src/schema.rs
file, type aliasBigint
used asBigInt
indiesel::sql_types::*
, thenin the .proto file message filed is not recognized like this:
Output of
diesel_ext --proto > myproto.proto
The text was updated successfully, but these errors were encountered: