William Desportes

Results 1853 comments of William Desportes

https://github.com/knex/knex/search?q=.returning%28%29+is+not+supported+by+mysql+and+will+not+have+any+effect. Here is my migration, I want it to run silently. Please if someone can make this warning shut up :pray: ```ts 'use strict'; import * as Knex from 'knex';...

Hi @Up2Boat Could you please try the latest 5.1 version in development [(phpMyAdmin 5.1+snapshot)](https://www.phpmyadmin.net/downloads/#snapshot_5.1+snapshot) and let me know if it works better ?

Hi @Simulator88 This has nothing to do with the tcpdf project, you should post this on stackoverflow.com

> Similar error. On phpMyAdmin v 5.2.2 and 5.2.3, using php v.3.1.8, when clicking any header to sort, I get a warning that begins with: > > > Warning in...

Maybe special schema https://github.com/phpmyadmin/phpmyadmin/blob/d21d00cd0a1f32628914612bcf5eb56e7d7e0630/tests/unit/Display/ResultsTest.php#L203

> @williamdes Where do I find this in phpMyAdmin UI? In the `information_schema` database, in the triggers tables :) `?route=/sql&db=information_schema&table=TRIGGERS&pos=0`

> > How do you open the table from MySQL on MariaDB? Don't you need to convert it first? According to this, you have 3 options: https://mariadb.com/kb/en/json-data-type/#converting-a-mysql-table-with-json-fields-to-mariadb > > The...

Would you also manage to replicate the corrupt mysql server bug ? (#17722)

> > Would you also manage to replicate the corrupt mysql server bug ? (#17722) > > No :(. Probably it happens if the engine is InnoDB? I've encountered a...

Hi @liviuconcioiu Could you help with a PR to fix this issue please ?