Generate SQL is using " instead of `?
Generate SQL is using " instead of `?
- Subject: Generate SQL is using " instead of `?
- From: Galen Rhodes <email@hidden>
- Date: Fri, 11 Jul 2008 10:41:00 -0400
I'm using Eclipse 3.3.3.r33, WOLips 3.3.5312 and developing under WebObjects 5.4.
Here's the problem, ever since I moved from WO 53 to 54 EntityModeler is acting strange for generating SQL. First it tells me that it can't generate SQL for dropping and creating primary key support (not needed but it was just weird that it suddenly couldn't do that) and it's now surrounding column names with double quotes ( " ) instead of the usual forward single quote ( ` ) that it use to under WO 53. This part is more of a pain because I either have to configure MySQL to accept " instead of ` (which is sometimes not an option) or copy and paste it into an editor where I can do a search and replace.
I'm assuming something changed in 5.4 to cause this, is there any easy way to restore the previous behavior? |
_______________________________________________
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