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

Support bool fields on HTTP #3

Open
haaawk opened this issue Mar 12, 2023 · 1 comment
Open

Support bool fields on HTTP #3

haaawk opened this issue Mar 12, 2023 · 1 comment

Comments

@haaawk
Copy link
Contributor

haaawk commented Mar 12, 2023

Libsql does not have bool datatype but code in Golang can do something like this:

var ok bool
if err := rows.Scan(&ok); err != nil {
  return err
}

Currently such Scan will fail.

Everything does work on websockets though.

@GV14982
Copy link

GV14982 commented Oct 9, 2023

I am also having this issue...

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