Forums / Setup & design / Incremental IDs ---> Global / Unique IDs
Aldo Bucchi
Sunday 06 March 2005 3:03:23 pm
Hi all,
One of the reasons we have dropped eZp for major projects is the use of simple incremental IDs within the system, which leads to general portability problems and a terribly problematic Dev / Staging / Production workflow.
Is the implementation of a Unique Identifier system considered in eZp's roadmap?
Ćukasz Serwatka
Sunday 06 March 2005 10:43:18 pm
Hi Aldo,
In eZ publish you can use Identifier datatype where you define start value and incremental value. Every object of class can have own unique ID. More about datatypes herehttp://ez.no/ez_publish/documentation/incoming/appendices/appendix_c_ez_publish_datatypes
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Monday 07 March 2005 10:07:24 am
mmh... but within the data model all PKs and FKs still use the simple incremental ID, right?