SVN Commit by dpage: r5370 - trunk/pgadmin3/src/frm - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r5370 - trunk/pgadmin3/src/frm
Date
Msg-id 200609151328.k8FDS9tK014925@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2006-09-15 14:28:09 +0100 (Fri, 15 Sep 2006)

New Revision: 5370

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5370&view=rev

Log:
When exporting data to the local charset wxFile::Write will crash if it can't convert the data. Check that conversion
ispossible before writing each row and skip if not. If any failures have occured, tell the user how many, and suggest
theyuse UTF8 instead. Per Harald Armin Massa 


Modified:
   trunk/pgadmin3/src/frm/frmExport.cpp

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5369 - trunk/pgadmin3/src/frm
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5371 - trunk/pgadmin3