Ticket #155 (closed bug: fixed)

Opened 23 months ago

Last modified 23 months ago

Query Window does not give any error, if it does not able to open the given file.

Reported by: Ashesh Vashi Owned by: Ashesh Vashi
Priority: minor Milestone: 1.10.3
Component: pgadmin Version: 1.10
Keywords: querytool Cc:
Platform: all

Description

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.

Change History

Changed 23 months ago by gleu

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.10.3

Fixed in r8232 and r8233.

Note: See TracTickets for help on using tickets.