omusico / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

form crud : update a value to null with doctrine #855

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i use doctrine 1 as source for my grid 
2.in the from crud i can't update a column to null , i have a column with int 
type , and when i want to update this column value to null i have error message 
that null is not a valide integer 
I tried
new doctrine_null() , NULL, PDO_PARAM::NULL 
for each tries a have the same error

What is the expected output? What do you see instead?

Please insert the appropriate values;
                    Zend Framework version:1.11
ZFDatgrid Version (Bvb_Grid::getVersion()):0.8
                          Operating system:xp
                               PHP Version:5.3
               Database Server and version:mysql 5.5
                          Source Adatapter:doctrine 2

Please provide any additional information below.

Original issue reported on code.google.com by madani...@gmail.com on 25 Apr 2012 at 2:42

GoogleCodeExporter commented 9 years ago
Hi 
What steps will reproduce the problem?
1.i use doctrine 1 as source for my grid 
2.in the from crud i can't update a column to null , i have a column with int 
type , and when i want to update this column value to null i have error message 
that null is not a valide integer 
I tried
new doctrine_null() , NULL, PDO_PARAM::NULL 
for each tries a have the same error

What is the expected output? What do you see instead?

Please insert the appropriate values;
                    Zend Framework version:1.11
ZFDatgrid Version (Bvb_Grid::getVersion()):0.8
                          Operating system:xp
                               PHP Version:5.3
               Database Server and version:mysql 5.5
                          Source Adatapter:doctrine 2
thank you 

Original comment by madani...@gmail.com on 25 Apr 2012 at 2:43

GoogleCodeExporter commented 9 years ago
I tried
new doctrine_null() , NULL, PDO_PARAM::NULL and not work 

Original comment by madani...@gmail.com on 27 Apr 2012 at 2:48