William Desportes

Results 1853 comments of William Desportes

> In most cases they must be in the same transaction. Okay, that's what I was afraid of. Currently working on a new PR for rqlite. It should work fine...

Closing in favor of rqlite that has transactions and blobs: https://github.com/stalwartlabs/mail-server/pull/1041

@fredericdelordm can you please dispatch this PR for review please, it fixes an important bug

Hello What's up with this test case, do you need more help? will it be fixed for the next release?

Confirmed, thank you for the report @evilKabab !

```sql CREATE TABLE `emptydefaults` ( `id` varbinary(16) DEFAULT NULL, `emptytext` text NOT NULL DEFAULT '', `emptyvar` varchar(25) NOT NULL DEFAULT '', `emptychar` char(5) NOT NULL DEFAULT '', `emptydq` text NOT...

### Before fix ![Sélection_2021042019:00:08001](https://user-images.githubusercontent.com/7784660/115435955-b1207880-a20a-11eb-822e-7139b01fcf5a.jpg) ![Sélection_2021042018:59:52001](https://user-images.githubusercontent.com/7784660/115435970-b4b3ff80-a20a-11eb-9958-b2071223e30c.jpg)

```sql DESCRIBE emptydefaults ``` ``` id varbinary(16) YES NULL emptytext text NO '' emptyvar varchar(25) NO emptychar char(5) NO emptydq text NO '""' emptysq text NO '\'\'' varcharemptydq varchar(25) NO...

> 'text' type gets changed to 'mediumtext' ! Maybe this is https://github.com/phpmyadmin/phpmyadmin/issues/11756#issuecomment-165415716