Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROWID type documentation #36

Closed
daviessm opened this issue Jun 6, 2021 · 4 comments
Closed

ROWID type documentation #36

daviessm opened this issue Jun 6, 2021 · 4 comments

Comments

@daviessm
Copy link
Contributor

daviessm commented Jun 6, 2021

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)?

@kubo
Copy link
Owner

kubo commented Jun 6, 2021

Could you use ROWIDTOCHAR for now?
I'll release the next version within a week. It will allow you to get a rowid as a string.

@daviessm
Copy link
Contributor Author

daviessm commented Jun 6, 2021

Awesome, I can wait a week - thanks!

@kubo
Copy link
Owner

kubo commented Jun 11, 2021

0.5.2 was released.

@kubo kubo closed this as completed Jun 11, 2021
@daviessm
Copy link
Contributor Author

Works perfectly, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants