On 3/14/06 4:17 AM, Michael Lackhoff wrote:
> So woudn't it be great if it was possible to maintain only the class
> definition and have a 'create_sql_from_class' method that gave the
> sql to create a new table according to the actual class definition.
It's planned. I'm going to use SQL::Transla
You might remember my mistake with the definition of a field that
differed between the "create table..." statement for the database and
the RDBO-class. I think it is always error prone to have two such
definitions around.
So woudn't it be great if it was possible to maintain only the class
defi