Describe the bug
When importing a geopackage file containing a boolean field with true values, the values are read as 1
To Reproduce
Steps to reproduce the behavior:
- Go to Import source schema and import the attached geopackage as schema
- Go to Import source data and import the geopackage as source data
- Rightclick on
BoolField in the Schema Explorer and open the Properties
- Chose the section Occurring values
- Click the refresh button and the occurring values - it is
1
testExportFlo.zip
Expected behavior
I would expect the occurring value to be true as this is the value I assigned to the field when creating the geopackage file with hale»studio.
Additional context
I am using Version 5.1.0. release
Build 202402261605
Revision 883baf4
When loading the data to QGIS, the value is true as expected which is why the error must be in the Geopackage reader, not the writer.
Describe the bug
When importing a geopackage file containing a boolean field with
truevalues, the values are read as1To Reproduce
Steps to reproduce the behavior:
BoolFieldin the Schema Explorer and open the Properties1testExportFlo.zip
Expected behavior
I would expect the occurring value to be
trueas this is the value I assigned to the field when creating the geopackage file with hale»studio.Additional context
I am using Version 5.1.0. release
Build 202402261605
Revision 883baf4
When loading the data to QGIS, the value is true as expected which is why the error must be in the Geopackage reader, not the writer.