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
{{ message }}
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.
Hello!
There is something i can not understand with wrapper - it works perfect on insert, but i can not update or delete entries. Every time i try to update, i get same error:
etest=# UPDATE articles SET content='yeay it updates\!' WHERE title='foo';
ERROR: Cannot transform anything else than mappings andsequences to rows
CONTEXT: SQL statement "UPDATE articles_es SET
title = NEW.title,
content = NEW.content
WHERE id = NEW.id"
PL/pgSQL function reindex_article() line 3 at SQL statement
Hello!
There is something i can not understand with wrapper - it works perfect on insert, but i can not update or delete entries. Every time i try to update, i get same error:
PostgreSQL-9.6.1
postgresql-9.6-python-multicorn
ElasticSearch-5.2
Mapping:
What am i doing wrong?
The text was updated successfully, but these errors were encountered: