Nicolas Brassard

Results 407 comments of Nicolas Brassard

> What I don't understand right now is, why is the input field (and maybe other core fields as well?) doing things that differently? It's the field responsibility to define...

> Allright, let's make it consistent in 3.0.0 then. Yes please ! Which one do you prefer ?

I would vote for CDATA also.

> I thought that HTML-Encoding is only useful if you don't use a CDATA section. No, nothing enforces it... I my understanding, the `$encode` param meant do not give me...

> I personally like the idea to output any fields' (unformatted) values in CDATA sections, because it's simplifying a lot. Me too. unformatted should always === CDATA'd. > Would also...

Yeah I already left a comment in the code regarding that ;) Can you `var_dump(Symphony::Database()->getVersion());` please ?

@wdebusschere Did run ran composer install and uploaded all file ? Because the `Symphony::Database()` instance does not return a MySQL class anymore.

@wdebusschere Also check the other 2 commits ^^^ which should take care of mysql 8 if mysql's doc is right.