- This topic has 10 replies, 6 voices, and was last updated 20 years, 2 months ago by Scott Anderson.
-
AuthorPosts
-
peterwontnerMemberI upgraded to 3.8.1 this morning to find that the functionality to open an SQL editor window with the SQL Select statement inserted has gone (by RMB on a table). Also the table creation script is not displayed when that menu item is selected.
This worked fine under 3.8.0. Am I doing something wrong?
John GordonMemberThe same thing has happened for me as well!
Riyad KallaMemberGuys Let me check on these, someone else reported an issue with the “show create script” functionality as well earlier.
CutterMemberI also noticed the following errors when opening an SQL editor window:
1) The drop-down box for the active connections is missing
2) The “Execute SQL”, “Open” and “Clear” icons are missing
3) Code completion and keyword highlighting does not workI did discover that if I save the SQL Editor window and re-open it, the missing drop-down box and icons are then visible. In addition, the code completion and keyword highlighting works as well.
Riyad KallaMemberCutter,
Thank you for the additional details, I will send them along.
support-jeffMemberIt appears that a work-around for a known Eclipse editor bug went awry…now the action to generate a select statement only opens a generic text editor. Looks like a fix to this has already been put in CVS and will be available in the next maintenance release.
You can either follow Cutter’s suggestion to save the editor window and re-open, or you can open the SQL Editor manually (File –> New –> SQL Editor within the DE perspective). Only the select statment generation won’t work, but the rest should be ok.
Scott AndersonParticipantA fix for this will come as a QuickFix, prior to the 3.8.2 maintenance release, most likely on Tuesday. Sorry for the temporary inconvenience.
peterwontnerMemberI look forward to the quickfix.
Is it planned to change the hibernate mapping generation wizard dialog to allow the generated mapping files & .java files to be located in different directories? Our project is structured such that mapping files live in a maps folder, and the .java live elsewhere. Would be nice if the wizard allowed the user to specify this.
Scott AndersonParticipantPeter,
The announcement for the quickfix is here: https://www.genuitec.com/forums/topic/third-quickfix-for-myeclipse-3-8-1-is-available-4/
Is it planned to change the hibernate mapping generation wizard dialog to allow the generated mapping files & .java files to be located in different directories?
Truthfully, I don’t know as I don’t work on that portion of the produt. However, the best way to get that feature included is to post it to the Feature Requests forum. That particular forum is the one our product management reads most often. As a hint, your enhancement will get a higher priority if you can fully describe the business case for it and how it would affect your development efforts versus what you have to do now.
peterwontnerMemberJust installed the fix, and it works a treat!
Well done on a speedy turn around for this issue.
Scott AndersonParticipantThanks Peter. We’re trying. 🙂
-
AuthorPosts