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-21] Select detection should be case insenstive #38

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="ngoodman", created="Thu, 24 Jun 2010 12:20:55 -0700", resolved="Thu, 24 Jun 2010 14:40:06 -0700"]

Trying to create a view from the following fails because it doesn't recognize the select when it's lower case.

Doesn't work:
select * from sys_root.dba_tables

Does work:
SELECT * from sys_root.dba_tables