Bug 780961 (SOA-3430) - EDS ODBC query on a namespace ending in 'e' fails
Summary: EDS ODBC query on a namespace ending in 'e' fails
Keywords:
Status: CLOSED WONTFIX
Alias: SOA-3430
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.1.0 GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Van Halbert
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-03 14:12 UTC by dsteigne
Modified: 2011-10-03 20:23 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-03 20:23:48 UTC
Type: Bug


Attachments (Terms of Use)
Testing.vdb (8.19 KB, application/x-zip)
2011-10-03 15:53 UTC, dsteigne
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-3430 0 None None None Never
Red Hat Issue Tracker TEIID-1766 0 None None None Never

Description dsteigne 2011-10-03 14:12:00 UTC
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000008RaPH
Workaround Description: You can use LIKE 'select nspname from pg_catalog.pg_namespace where nspname LIKE 'LOOKHERE%'

project_key: SOA

The attached testing vdb contains the following namespaces:
LOOKHERE                                                                                                                                                   TestPG                                                                                                                                                      LOOKAGAIN 

If you run the following query via ODBC (JDBC works ):
select nspname from pg_catalog.pg_namespace where nspname = 'LOOKHERE'

It returns zero rows, but if you run the same query with 'LOOKAGAIN' in your criteria you get the one row,  It seems that any namespace ending in an E doesn't match via ODBC.

Comment 1 Van Halbert 2011-10-03 15:42:28 UTC
Link: Added: This issue Cloned to SOA-3432


Comment 2 dsteigne 2011-10-03 15:53:12 UTC
Attachment: Added: Testing.vdb



Note You need to log in before you can comment on or make changes to this bug.