RE: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-06 Thread qhivert
I've updated the script with the correct value. Quentin -Original Message- From: users-requ...@sogo.nu On Behalf Of qhivert Sent: vendredi 3 novembre 2023 11:50 To: users@sogo.nu Subject: RE: [SOGo] GCSSessionsFolder - Data too long for column 'c_value' Oh ok, Maybe this script has

RE: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread qhivert
Oh ok, Maybe this script has not been updated with the correct length value then. I will check that. Quentin -Original Message- From: users-requ...@sogo.nu On Behalf Of Boguslaw Juza Sent: vendredi 3 novembre 2023 11:46 To: users@sogo.nu Subject: Re: [SOGo] GCSSessionsFolder - Data too

Re: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread bog...@agh.edu.pl
Hi, The comment from Scripts/mysql-utf8mb4.sql, from Sogo 5.9 dist: -- This schema includes some specific table creation -- parameters needed for complete Unicode coverage -- (required for emoji character support, for instance). -- -- Note: SOGo automagically creates those tables on start,

RE: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread qhivert
Hello, Well, I don't know how exactly you build sogo but sogo create dynamically the table with correct length. Look for: - (NSString *) createSessionsFolderWithName: (NSString *) tableName { static NSString *sqlFolderFormat = (@"CREATE TABLE %@ (" @" c_id VARCHAR(255) PRIMARY KEY,"