Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dali » DDL generation and dbdefinition xmi
DDL generation and dbdefinition xmi [message #589186] Sun, 17 September 2006 17:06
Tzanko is currently offline TzankoFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,

The issue is related to the defaultPrecision, defaultScale, defaultLength
attributes of the predefinedDataTypeDefinitions element in the
DatabaseVendorDefinition XMI file.

It seems that none of these default values is considered during DDL
generation. All I could see during debugging is that the DDL generation
always uses the default values from ColumnImpl.

This is quite a major issue: for example there is no way to map BigDecimal
to something like NUMERIC(12,2) (it will always come as NUMERIC(0,0)).

Am I missing something? Any comments, ideas will be extremely appreciated.

Best Regards,

Tzanko
Previous Topic:Dali EJB ORM JavaPolis talk
Next Topic:Error when the project was closed
Goto Forum:
  


Current Time: Thu Apr 25 17:54:09 GMT 2024

Powered by FUDForum. Page generated in 5.03397 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top