Samyak Gangwal
Results
3
comments of
Samyak Gangwal
> What database are you using (Postgres/MySQL/MSSQL/SQLite)? I'm guessing SQLite because you're using `$1` as a bind parameter but Postgres doesn't support `u64`. > > We actually removed support for...
it is `bigint`
in the create table query i make it as `bigint`. However in that select query when I don't cast it to `i64` rust shows me that the data type of...