You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Georgi Naplatanov (JIRA)" <ji...@apache.org> on 2010/10/30 10:58:19 UTC

[jira] Created: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

update HSQL dictionary for HSQLDB 2.0
-------------------------------------

                 Key: OPENJPA-1863
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
             Project: OpenJPA
          Issue Type: Improvement
    Affects Versions: 2.1.0
            Reporter: Georgi Naplatanov


"useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Georgi Naplatanov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Georgi Naplatanov updated OPENJPA-1863:
---------------------------------------

    Attachment: OPENJPA-1863-trunk.patch

SVN patch

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Georgi Naplatanov
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932366#action_12932366 ] 

Milosz Tylenda commented on OPENJPA-1863:
-----------------------------------------

It usually works but fails with SQL syntax error in a rarely used case when you specify setFirstResults but not setMaxResults. I plan to address this next week.


> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milosz Tylenda updated OPENJPA-1863:
------------------------------------

    Affects Version/s:     (was: 2.1.0)
        Fix Version/s: 2.1.0

Georgi, thanks for the patch. I applied it to trunk with some modifications - when using schema creation, BLOB/CLOB attributes are mapped to BLOB/CLOB columns instead of VARBINARY/VARCHAR as it is with HSQLDB 1.8.

There is some room for improvement still, e.g. there is an issue with setFirst/MaxResults.


> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Closed] (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Albert Lee (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Albert Lee closed OPENJPA-1863.
-------------------------------


Close issue in preparation for 2.2.0 release.
                
> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: jdbc, sql
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0, 2.2.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Georgi Naplatanov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Georgi Naplatanov updated OPENJPA-1863:
---------------------------------------

    Patch Info: [Patch Available]

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Georgi Naplatanov
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Georgi Naplatanov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Georgi Naplatanov updated OPENJPA-1863:
---------------------------------------

    Attachment: OPENJPA-1683.patch

The patch should fix this issue.

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Georgi Naplatanov
>         Attachments: OPENJPA-1683.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milosz Tylenda updated OPENJPA-1863:
------------------------------------

    Fix Version/s: 2.2.0

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: jdbc, sql
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0, 2.2.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milosz Tylenda reassigned OPENJPA-1863:
---------------------------------------

    Assignee: Milosz Tylenda

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on OPENJPA-1863 started by Milosz Tylenda.

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milosz Tylenda updated OPENJPA-1863:
------------------------------------

    Component/s: sql
                 jdbc

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: jdbc, sql
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milosz Tylenda resolved OPENJPA-1863.
-------------------------------------

    Resolution: Fixed

Resolving so that it goes into 2.1.0 release notes. setMaxResults behaviour has been fixed. More fixes and doc update will be done in 2.2.0.


> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Georgi Naplatanov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Georgi Naplatanov updated OPENJPA-1863:
---------------------------------------

    Attachment:     (was: OPENJPA-1683.patch)

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.1.0
>            Reporter: Georgi Naplatanov
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-1863) update HSQL dictionary for HSQLDB 2.0

Posted by "Georgi Naplatanov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931653#action_12931653 ] 

Georgi Naplatanov commented on OPENJPA-1863:
--------------------------------------------

Hi  Milosz.

Thanks for your attention.

setFirst/MaxResults is important feature. Where is the problem ? bug in HSQLDB 2.0 ?

> update HSQL dictionary for HSQLDB 2.0
> -------------------------------------
>
>                 Key: OPENJPA-1863
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1863
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Georgi Naplatanov
>            Assignee: Milosz Tylenda
>             Fix For: 2.1.0
>
>         Attachments: OPENJPA-1863-trunk.patch
>
>
> "useGetObjectForBlobs" should be set to false for HSQLDB 2.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.