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
I need to get the value of ROWIDs selected from a table in the format select rowid from table1 but the Rowid type doesn't seem to be castable to any type in Rust - please could you document in the FromSql trait how I can reference it as a string (as would be returned by ROWIDTOCHAR)?
The text was updated successfully, but these errors were encountered:
I need to get the value of ROWIDs selected from a table in the format
select rowid from table1
but theRowid
type doesn't seem to be castable to any type in Rust - please could you document in theFromSql
trait how I can reference it as a string (as would be returned byROWIDTOCHAR
)?The text was updated successfully, but these errors were encountered: