VIEW Export As SQL Bug
| User, date | Message |
|---|---|
|
Written by PincushionMan
1 year ago Category: Import/Export 3 posts since Tue, 24 Jan 12 |
I tried reporting this before and it was marked as a feature enhancement. Current version affected: 6.0.0.4036 (Nightly) When attempting to export a view as SQL, the view is created as a table and then a view. The problem that I have is that, instead of creating the view, the select statement is just executed. In the SQL export, I noticed this:
The problem is that the SELECT statement is executed instead of creating my view. My thought is that the coder(s) is(are) just grabbing the data from the Select statement area of the View tab, as though it was the information available in the CREATE code tabs of Stored Routines and tables. The workaround I found is to add CREATE VIEW myview AS in front of the SELECT statement. Yes, I know that totally ignores Algorithm and that other option, but it works for me. Actually, the trigger window looks similar, and those create statements work, so maybe the issue lies in an area that handles both? |
|
Written by ansgar
1 year ago 3950 posts since Fri, 07 Apr 06 |
See and starr issue #2625 |
|
Written by ansgar
1 year ago 3950 posts since Fri, 07 Apr 06 |
Fixed in r4037 |
|
Written by PincushionMan
1 year ago 3 posts since Tue, 24 Jan 12 |
anse: Thank you that was fixed very professionally and quickly (same day turnaround!). I'll let you know if I find anything else - doubt I will though, this software is top notch! Thanks, PincushionMan |
|
Please login to leave a reply, or register at first. |