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-10] Add Schema Support to FlexSQLAdmin #49

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="ngoodman", created="Thu, 4 Mar 2010 21:59:51 -0800", resolved="Thu, 10 Jun 2010 09:23:31 -0700"]

Make changes to FlexSQLAdmin to support view tables/views from multiple schemas

Adjust the UI such that:

SCHEMA1

dynamobi-build commented 12 years ago

[author="rzhang", created="Fri, 12 Mar 2010 01:17:12 -0800"]

I am reviewing the code of flexadminsql.

dynamobi-build commented 12 years ago

[author="ngoodman", created="Sun, 14 Mar 2010 11:07:55 -0700"]

The video for DWS-8 shows the schema tree working in FlexSQLAdmin. Make sure the new schema prefix is carried through for SELECT/INSERT and into table editor.

Ie, "script as Select..." should yield a table from clause like:

from "ScheMANameWithQuotes"."TableOrVIEWNamewithQuotes"
dynamobi-build commented 12 years ago

[author="rzhang", created="Mon, 29 Mar 2010 07:43:41 -0700"]

All code were checked by today.
Please sync up and play some rounds.

dynamobi-build commented 12 years ago

[author="ngoodman", created="Thu, 10 Jun 2010 09:23:31 -0700"]

Done