What is the bug or the crash? What were your expectations and what actually happened?
Hello,
postgresql jsonb type field are displayed as "empty" in qfield while they are displayed in qgis.
But perhaps that's an enhancement ?
Steps to reproduce the issue
1 - create a jsonb type field in a table
CREATE TABLE test.test (
pk int4 PRIMARY KEY GENERATED ALWAYS AS IDENTITY,
test text,
test_json jsonb,
geom geometry ('POINT', 2154)
);
2 - create a point
3 - insert random json statement
UPDATE test.test SET test_json = '{"state1":"not ok", "state2":"ok"}'::jsonb WHERE pk = 1;
4 - make a qfield project with this table
5 - consult the entity in qfield
Version
4.1.5 - Barents (9e9b946)
Operating system name
Android
Operating system version
15
Reinstall QField
Additional context
No response
What is the bug or the crash? What were your expectations and what actually happened?
Hello,
postgresql jsonb type field are displayed as "empty" in qfield while they are displayed in qgis.
But perhaps that's an enhancement ?
Steps to reproduce the issue
1 - create a jsonb type field in a table
2 - create a point
3 - insert random json statement
UPDATE test.test SET test_json = '{"state1":"not ok", "state2":"ok"}'::jsonb WHERE pk = 1;
4 - make a qfield project with this table
5 - consult the entity in qfield
Version
4.1.5 - Barents (9e9b946)
Operating system name
Android
Operating system version
15
Reinstall QField
Additional context
No response