data type of comments column in table is "text". I am using postgresql database.
On Monday, March 9, 2020 at 4:54:22 AM UTC+5:30, Dmitri Maziuk wrote: > > On 3/8/2020 1:08 AM, Velu Narasimman wrote: > ... > > And I am getting below error in log file > > ProgrammingError: type "u" does not existt > > LINE 1: ...'sergio.martinez', 'sergio.martinez', 1583649598, > u'BRD_PAG_... > > > > > > the original value of the chunk > > detail['comments'] > > is "BRD_PAG_009 Pago Establecimientos BRD_ACT_015 Maduración de > Operaciones > > de Crédito". > > What is the data type of the comments column (`\dt ticket_time` in psql > should tell you). (The wisdom of storing unicode in database column > aside.) > > Dima > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/458f0ef1-2757-456d-9014-4036bd196d1c%40googlegroups.com.
