[fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-17 Thread jimmysole
Hello, Has anyone been able to think of a way to have this implemented? Jimmy -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Making-a-Integer-table-row-unsigned-with-Zend-Db-Sql-Ddl-Column-Integer-tp4660679p4660766.html Sent from the Zend Framework

[fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-09 Thread jimmysole
Hey Ralph, How would the CreateTableDecorator class work exactly? Thanks Jimmy -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Making-a-Integer-table-row-unsigned-with-Zend-Db-Sql-Ddl-Column-Integer-tp4660679p4660738.html Sent from the Zend Framework

[fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-08 Thread jimmysole
Hey Matt, I've been trying everything and I can't seem to get Zend\Sql\Ddl to make the column unsigned and auto increment. I know I'm probably missing something, I just don't know what at this point. Any help would be greatly appreciated Jimmy -- View this message in context:

Re: [fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-08 Thread Ralph Schindler
Currently, this is not possible. Although, it would be fairly easy to implement. The relative classes are: The Integer type: https://github.com/zendframework/zf2/blob/master/library/Zend/Db/Sql/Ddl/Column/Integer.php The Column base type:

[fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-08 Thread jimmysole
It would be cool to see it implemented. What would be the process for this? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Making-a-Integer-table-row-unsigned-with-Zend-Db-Sql-Ddl-Column-Integer-tp4660679p4660709.html Sent from the Zend Framework

[fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-06 Thread jimmysole
How would you do that with zf2? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Making-a-Integer-table-row-unsigned-with-Zend-Db-Sql-Ddl-Column-Integer-tp4660679p4660686.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List:

Re: [fw-general] Re: Making a Integer table row unsigned with Zend\Db\Sql\Ddl\Column\Integer

2013-08-06 Thread Matthew Setter
I'll have a play tomorrow and see about working up an example. However, if someone gets in before me, just let me know. Matt On 6 Aug 2013, at 21:59, jimmysole jimmys...@gmail.com wrote: How would you do that with zf2? -- View this message in context: