LucidDB / adminui

DEFUNCT. Front-end in-browser flash client for connecting to LucidDB's admin web services.
http://www.dynamobi.com/c/products/luciddb/administration-ui/
GNU General Public License v2.0
1 stars 1 forks source link

[DADMINUI-40] Script Select As "View" produces bad SQL #19

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="ngoodman", created="Thu, 4 Nov 2010 20:35:25 -0700", resolved="Fri, 5 Nov 2010 17:59:44 -0700"]

clicking on a newly created view in the object browser yields bad sql

dynamobi-build commented 12 years ago

[author="ngoodman", created="Thu, 4 Nov 2010 20:38:40 -0700"]

Create a new View. It shows up in the object browser (but without the columns underneath it). ie, it's a leaf instead of a node with children.

Doing "Select As" on this produces bad SQL:

select from "View3"

instead of

select "c1", "c2" from "View3"