It *should *not be, but it certainly *could *be a bug.
The way to know certain is to provide a good test. If it indeed is a bug, 
then add the issue (with test) to the tracker.

On Tuesday, 18 March 2014 22:44:51 UTC+1, Parsifal wrote:
>
> In an entity I did change a field nullable from false to true
> and run the command to update schema, in output I see:
>  
> ALTER TABLE tablename CHANGE fieldname fieldname VARCHAR(255) DEFAULT '', 
> CHANGE fieldname1 fieldname1 VARCHAR(255) DEFAULT '';
>  
> It changed from what to what??? the fieldname and fieldname1 in db are 
> still NOT NULL! why they weren't changed to NULL?
>  
> and as php 5.4 I get this:
> Warning: PDO::__construct(): The server requested authentication method 
> unknown to the client [mysql_old_password] in 
> /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 40
>  
> I doctrine compatible with php 5.4?
>  
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to