1. Vladimir Fl
  2. Valentina Studio
  3. Tuesday, September 29 2015, 10:28 AM
  4.  Subscribe via email
Hello All!

I use PostgreSQL 9.3 and Valentina Studio 5.8.8. It is the great software! But Data Editor has the bug with a json field editing.
For example I have a table with one json field wich contains {"a":1} value.
The error occurs when I changed it(directly or through Content Editor) and try to save:

ERROR: operator does not exist: json=unknown
No operator matches the given name and argument type(s). You might need to add explicit type casts.


Query log:
UPDATE "my_schema"."my_table" SET "json_field" = $1  WHERE ( "json_field" = $2  )
-- $1 : '{"a":2}' instead of '{"a":1}'
-- $2 : '{"a":1}'


It seems a casting of variable is not proper.

Thanx for any comments.
Comment
There are no comments made yet.
Vladimir Fl Accepted Answer
Hi Ruslan,

Unfortunately I can't log in there with my username/password.
I have tried many times unsuccessfully. May be need a new sign up?
Comment
yes, Mantis have own DB of accounts
  1. Ruslan Zasukhin
  2. 8 years ago
There are no comments made yet.
  1. more than a month ago
  2. Valentina Studio
  3. # 1
Ruslan Zasukhin Accepted Answer
Hi Vladimir,

yes looks to be a bug. Please copy paste it into bug tracker from your name.

http://www.valentina-db.com/bt/
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Studio
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.