Bug #13940 | ERwin generation bugs | ||
---|---|---|---|
Submitted: | 11 Oct 2005 22:29 | Modified: | 14 Dec 2010 8:57 |
Reporter: | Serghey Parhomenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.11 | OS: | Windows (Windows XP SP2 Pro VL En :)) |
Assigned to: | Georg Richter | CPU Architecture: | Any |
[11 Oct 2005 22:29]
Serghey Parhomenko
[11 Oct 2005 23:00]
Serghey Parhomenko
Also: not all datatypes are available in ERwin. I didn't found boolean, datetime, year, many text types and some others.
[12 Oct 2005 2:06]
Jorge del Conde
I was able to reproduce this problem with Erwin 4.1.4
[27 Jul 2007 23:15]
Jim Winstead
This should get re-verified with a current driver and version of ERwin. A free trial of ERwin can be downloaded from CA's website. http://www.ca.com/smb/collateral.aspx?cid=72121&cct=19506
[27 Aug 2007 13:53]
Tonci Grgin
Re-verifying.
[8 Feb 2008 10:29]
Tonci Grgin
Even Erwin installation expires after some time so I'm unable to install it at all... Very weird behavior, never seen anything like this. Plus, I spent several hours installing/reinstalling since only after installation one is notified that Erwin will not start... Weird. Asking Miguel to help.
[16 Feb 2008 21:07]
Serghey Parhomenko
The latest version of Erwin (7.2.5) tells that MySQL support (via the ODBC driver) was added (I don't know what it means, seems MySQL was supported via ODBC even in previous releases).
[14 Dec 2010 8:54]
Bogdan Degtyariov
ERwin 7.3 generated the following statements: CREATE TABLE E_1 ( id INTEGER NOT NULL, txt VARCHAR(128) NOT NULL ); ALTER TABLE E_1 ADD PRIMARY KEY (id);
[14 Dec 2010 8:57]
Bogdan Degtyariov
If the bug ever existed, it has been fixed in 3.51.27. Here is the output from mysql command line: mysql> show create table test_db.e_1\G *************************** 1. row *************************** Table: e_1 Create Table: CREATE TABLE `e_1` ( `id` int(11) NOT NULL, `txt` varchar(128) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 1 row in set (0.00 sec) Closing the current report.