Re: A REAL newbie
Re: A REAL newbie
- Subject: Re: A REAL newbie
- From: James Nugent <email@hidden>
- Date: Tue, 18 Dec 2007 18:21:39 +0000
Is the EOModeller Eclipse Plugin's SQL generation problems related
to WO5.4?
Which SQL generation problem? The "no space before the 'not null'
constraint" problem? Yes, this is a Leopard problem. At least the
FrontBase and the PostgreSQL plugins from Wonder work around it. Or
what other problems do you see?
I'm using MySQL 5.0.45 with the latest version of the JDBC connector
installed in my /Library/Java/Extensions directory.
Having created a simple model similar to the one used in Wolf
Rentzsch's "WO5 in 15 minutes" video, and clicking the Generate SQL
button, I get the following code generated:
CREATE TABLE T_BLOGENTRY ("C_ENTRYBODY" BLOB NOT NULL, "C_ENTRYPK" INT
NOT NULL, "C_ENTRYTITLE" VARCHAR(255)NOT NULL);
/* The 'Create Primary Key Support' option is unavailable. */;
ALTER TABLE T_BLOGENTRY ADD PRIMARY KEY (C_ENTRYPK);
Is this a known problem with using MySQL, or is it likely I just have
something configured wrong?
Cheers,
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden