Author: dpage
Date: 2006-10-06 14:24:55 +0100 (Fri, 06 Oct 2006)
New Revision: 5438
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5438&view=rev
Log:
Cast character types to ::text rather than ::character or other types to avoid unexpected truncation of data. Display
fulltype info (ie. character(3)) in the edit grid and query tool. Per Alexander Kirpa
Modified:
trunk/pgadmin3/src/base/pgSetBase.cpp
trunk/pgadmin3/src/ctl/ctlSQLResult.cpp
trunk/pgadmin3/src/frm/frmEditGrid.cpp
trunk/pgadmin3/src/include/base/pgSetBase.h
trunk/pgadmin3/src/include/frmEditGrid.h