Re: [pgadmin-hackers] [pgadmin-support] Character[] field value are truncated

2014-07-03 Thread Dave Page
Thanks - change committed. On Sun, Jun 29, 2014 at 8:25 PM, Dmitriy Olshevskiy wrote: > Hello, Dave. > Please see the code in frm/frmEditGrid.cpp at line 3157. I think it's all > because of wrong cast. > In the query there must be ::Character(xx)[] instead of ::Character[] (which > truncates the

[pgadmin-hackers] pgAdmin III commit: Fix handling of char()[] columns in the Edit Grid

2014-07-03 Thread Dave Page
Fix handling of char()[] columns in the Edit Grid Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5c39cb72d8bfdc81c0c731b6f8eb575f01009022 Author: Dimitriy Olshevskiy Modified Files -- CHANGELOG |2 ++ pgadmin/