The SQL SCripts are now generated after moving to the SNAPSHot version.
The following sql clause is generated:
-- SKIP drop table PART if exists;
create table PART (
ID BIGINT generated by default as identity (start with 1),
NAME VARCHAR(256) not null,
primary key (ID)
);
However MySQL does not like the statement. Should I be specifiying somewhere
what database (apart from making hibernate aware) to use?
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2801#2801
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user