pgAdmin4 1.0-beta3 - no error message if SQL query is incorrect - Mailing list pgadmin-support

From Krzysztof O
Subject pgAdmin4 1.0-beta3 - no error message if SQL query is incorrect
Date
Msg-id CACC7Kc2ULGNDAMOvWWjvu5=eQHx62ctBkSZhi5r-bX27T6jZAQ@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin4 1.0-beta3 - no error message if SQL query is incorrect  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
Hi,

When I put something like "SELECT function_does_not_exist();" into
Query Tool, I do not see any errors in Message tab.

The same situation if i make typo "SELET * FROM my_table" - Message
tab is still empty.

Tested on: Pgadmin4 1.0-beta3, Windows 7 x64, Server: PostgreSQL 9.5.3
on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat
4.8.5-4), 64-bit


In pgAdmin4 1.22.1 everything is ok:

    ERROR:  function function_does_not_exist() does not exist
    LINE 1: SELECT function_does_not_exist();
                   ^
    HINT:  No function matches the given name and argument types. You
might need to add explicit type casts.


Regards,
Krzysztof Otręba

Attachment

pgadmin-support by date:

Previous
From: Devrim Gündüz
Date:
Subject: Re: pgAdmin 4 v1.0-beta3 released
Next
From: Krzysztof O
Date:
Subject: pgAdmin4 1.0-beta3 - cannot execute another query in the same query tab after