You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "sean schofield (JIRA)" <ji...@apache.org> on 2006/08/02 03:24:21 UTC

[jira] Created: (SHALE-245) Bizarre Results Using SqlBrowser

Bizarre Results Using SqlBrowser
--------------------------------

                 Key: SHALE-245
                 URL: http://issues.apache.org/struts/browse/SHALE-245
             Project: Shale
          Issue Type: Bug
          Components: Examples
    Affects Versions: 1.0.3
            Reporter: sean schofield


SQL Query browser is producing unexpected results.  I tried the following two queries:

1.) SELECT * FROM zip_codes
2.) SELECT * FROM zip_codes WHERE zip_code = '97068'

Both queries produced an "empty" result set.  What is the expected behavior here?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (SHALE-245) Bizarre Results Using SqlBrowser

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-245?page=all ]

Craig McClanahan resolved SHALE-245.
------------------------------------

    Resolution: Not A Problem

These results are due to a bug in MyFaces 1.1.1, subsequently fixed, so we'll get the fix when we can update to 1.1.4 or later.


> Bizarre Results Using SqlBrowser
> --------------------------------
>
>                 Key: SHALE-245
>                 URL: http://issues.apache.org/struts/browse/SHALE-245
>             Project: Shale
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.0.3
>            Reporter: sean schofield
>
> SQL Query browser is producing unexpected results.  I tried the following two queries:
> 1.) SELECT * FROM zip_codes
> 2.) SELECT * FROM zip_codes WHERE zip_code = '97068'
> Both queries produced an "empty" result set.  What is the expected behavior here?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SHALE-245) Bizarre Results Using SqlBrowser

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-245?page=comments#action_37894 ] 
            
Craig McClanahan commented on SHALE-245:
----------------------------------------

The first query should return a bunch of rows (20 or so), while the second query should return exactly 1.  However, there's a bug in MyFaces 1.1.1 that prevents this from working -- try it with the RI and you'll see the expected results.


> Bizarre Results Using SqlBrowser
> --------------------------------
>
>                 Key: SHALE-245
>                 URL: http://issues.apache.org/struts/browse/SHALE-245
>             Project: Shale
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.0.3
>            Reporter: sean schofield
>
> SQL Query browser is producing unexpected results.  I tried the following two queries:
> 1.) SELECT * FROM zip_codes
> 2.) SELECT * FROM zip_codes WHERE zip_code = '97068'
> Both queries produced an "empty" result set.  What is the expected behavior here?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira