2 bugs in Dods 5.1

"Thorsten Hilker" <[email protected]>
Newsgroups gmane.comp.java.enhydra.general,gmane.comp.java.enhydra.dods
Message-ID <003201c31326$c40edfe0$6500a8c0@kronos>
Hi!

I created a DOML-file for MySQL and found two bugs.

1. If I define a table in lower cases for example
'dbTableName="projekt"'
the generator creates a .sql-file with a upper case table name
(Projekt).

2. In some cases the last field defintion of a table ends with a ",".
For example: 

create table System 
(
/* class System*/
    oid DECIMAL (19,0) NOT NULL PRIMARY KEY ,
    version INTEGER NOT NULL ,
    updt BIT NOT NULL ,
    timestamp TIMESTAMP NOT NULL ,
);

This is not correct.

Thanx!
Thorsten
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.