hubide

Results 4 comments of hubide

On dirait qu'il y a un problème dans le merge. Selon le commit c9497759a374c0a9c7baee53c0d6e840019f5a15, la ligne 220 devrait avoir `varchar(1024)` au lieu de `varchar(255)`. est-ce qu'il y a de quoi...

install/upgrades/3.5.0.3.sql et install/mysql.sql ``` diff --git a/install/mysql.sql b/install/mysql.sql index d3dda01f..97801116 100644 --- a/install/mysql.sql +++ b/install/mysql.sql @@ -217,7 +217,7 @@ CREATE TABLE IF NOT EXISTS sub_domaines ( compte int(10) unsigned NOT...

I had a similiar issue when scrolling a file with a hiden column. That column contained cells with formating (color). Showing all hiden columns solved the issue for me. That...