We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a column of type tinyint, I'd like to use. However when I do a prepared insert using the PhpInt type, I get an error from Cassandra:
tinyint
PhpInt
Invalid: Expected 1 byte for a tinyint (4)
There doesn't seem to be a TinyInt type, so is there a correct way of doing this or am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a column of type
tinyint
, I'd like to use. However when I do a prepared insert using thePhpInt
type, I get an error from Cassandra:There doesn't seem to be a TinyInt type, so is there a correct way of doing this or am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: