Re: Error when editing char(n)[] cells

2020-01-23 Thread Akshay Joshi
Thanks, patch applied. On Tue, Jan 21, 2020 at 6:55 PM Nick Barnes wrote: > Hi, > > In the "View/Edit Data" grid, editing a char(n)[] or varchar(n)[] cell > triggers a psycopg error: "argument formats can't be mixed". This seems > to be the same issue reported in #4410 >

Error when editing char(n)[] cells

2020-01-21 Thread Nick Barnes
Hi, In the "View/Edit Data" grid, editing a char(n)[] or varchar(n)[] cell triggers a psycopg error: "argument formats can't be mixed". This seems to be the same issue reported in #4410 . Looks like the cause is a format() template which is using "%s" i