Closed
Description
When the column is defined as TEXT,I found that cursor.getInt() method can't return the right value of that column.
I repreduced this issue with the SQLCipher for Android test suite.
Condition: the value of the text should be larger than 10
Procedure:Change the value of the 'a' column from 5 to 500 in the TextAsIntegerTest.java file, then run the Tests,and the Text as integer Test will be failed.
It seems that corsor.getInt() just return the value of the first character in the Text.
Sqlcipher version:3.5.1
Metadata
Metadata
Assignees
Labels
No labels