[Nextobjects-user] attributes saving ?
Status: Alpha
Brought to you by:
eflorent
From: Bogdan V. <bv...@gl...> - 2004-03-26 08:35:18
|
Hi Emannuel, I wnat to discuiss one behaviour of the saving of the attributes: when i make reverse schema from a db ..than in the model we have a lot = of attributes added that a re actually with empty content like: package=3D"" alias=3D"" javaName=3D"" baseClass=3D"" size=3D"" default=3D"" that actually break the OM code generation ..for example all integer = types that have default=3D"" generate uncompilable code...and of course other attributes fail somehow = in some phase the generation example (size=3D"" breaks the sql) note: of course i am doing this (reverse and forward) operations = configured for Postgresql database ..this could be a problem also i am = not sure whether this sql issue will affect other databases ..but for = sure om model will be broken no matter of the database could we resolve that issue ? with best regards, bogdan |