[ 
https://issues.apache.org/jira/browse/IGNITE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Kuznetsov reassigned IGNITE-5239:
----------------------------------------

    Resolution: Fixed
      Assignee: Pavel Konstantinov  (was: Alexey Kuznetsov)

Merged to release branch.
Please test:
# Create two tables in some RDBMD linked by FK.
# Insert some rows.
# In Web Console generate project for that tables.
# Start server node.
# Load caches from DB.
# In Web Console go to Queries screen and execute "delete from ..." that should 
fail with FK violation.
# Click "Show more" - full stack trace with real reason should be displayed.

> Web Console: Add an option to show full stack trace on Queries screen
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-5239
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5239
>             Project: Ignite
>          Issue Type: Task
>          Components: UI, wizards
>    Affects Versions: 2.0
>            Reporter: Alexey Kuznetsov
>            Assignee: Pavel Konstantinov
>             Fix For: 2.1
>
>
> In some situations we need full stack trace to show real error like: 
> {code}
> Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on 
> table "city" violates foreign key constraint "country_capital_fkey" on table 
> "country"
>   Detail: Key (id)=(3503) is still referenced from table "country".
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to