You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Value at index 0 (column name : DATA) of Row at index 0 of events table]
Expecting:
<{"key": "value"}>
to be of type
<[TEXT, NUMBER, DATE, TIME, DATE_TIME, UUID]>
but was of type
<NOT_IDENTIFIED> (org.postgresql.util.PGobject)
Here is the table content:
[events table]
|-----------|---------|-------------------------------------------------------|
| | | |
| | PRIMARY | DATA |
| | KEY | (NOT_IDENTIFIED : class org.postgresql.util.PGobject) |
| | | Index : 0 |
|-----------|---------|-------------------------------------------------------|
| Index : 0 | | {"key": "value"} |
|-----------|---------|-------------------------------------------------------|
Using assertj-db 2.0.0
Is there any way I can check the content of a PostgreSQL jsonb column?
The text was updated successfully, but these errors were encountered:
I trying to check the values inserted on a table where a field is of the type
jsonb
.When I run something like this:
I get the following error:
Here is the table content:
Using assertj-db 2.0.0
Is there any way I can check the content of a PostgreSQL
jsonb
column?The text was updated successfully, but these errors were encountered: