[pgAdmin III] #155: Query Window does not give any error, if it does not able to open the given file.

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #155: Query Window does not give any error, if it does not able to open the given file.
Date: 2010-03-19 20:31:15
Message-ID: 053.9782442cfe5bf2bb6ee60f0c4489064e@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#155: Query Window does not give any error, if it does not able to open the
given file.
--------------------------+-------------------------------------------------
Reporter: Ashesh Vashi | Owner: Ashesh Vashi
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.10
Keywords: querytool | Platform: all
--------------------------+-------------------------------------------------
We found that - Query window does not give any error, if it does not able
to open the selected file.
The problem was: it is not able to convert the contents of the file in
Unicode characters. :-(.

The patch for the trunk throws a warning from wxUtfFile::Read function and
returns with -1.
The patch for the REL-1_10_0_PATCHES branch throws a warning only from
frmQuery::OpenLastFile function.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/155>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-03-19 20:34:19 Re: pgadmin 1.10.2 crashes on start
Previous Message pgAdmin Trac 2010-03-19 20:29:36 Re: [pgAdmin III] #154: Fail to restore table/function, if it has special characters