2 bugs in Dods 5.1
"Thorsten Hilker" <[email protected]> Mon, 5 May 2003 18:52:50 +0200
| 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