You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Alexey Ousov (JIRA)" <ji...@apache.org> on 2008/11/19 05:08:44 UTC

[jira] Created: (OPENJPA-776) Firebird 2 dictionary which supports sequences

Firebird 2 dictionary which supports sequences
----------------------------------------------

                 Key: OPENJPA-776
                 URL: https://issues.apache.org/jira/browse/OPENJPA-776
             Project: OpenJPA
          Issue Type: Improvement
          Components: sql
    Affects Versions: 1.2.0, 1.1.0
            Reporter: Alexey Ousov
            Priority: Minor


Firebird version 2.0 and later introduced sequences, which can be used with common SQL syntax (prior they called generators, and even old syntax is still supported, using new syntax is recommended). New Firebird dictionary is needed, which suports this sequence syntax. Also automatic dictionary selection mechanism should be improved to use this dictionary automatically, if Firebird 2.0 or later is encountered.

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


[jira] Resolved: (OPENJPA-776) Firebird 2 dictionary which supports sequences

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

Milosz Tylenda resolved OPENJPA-776.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.3.0

Resolved in OPENJPA-983.


> Firebird 2 dictionary which supports sequences
> ----------------------------------------------
>
>                 Key: OPENJPA-776
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-776
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Alexey Ousov
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-776.patch
>
>
> Firebird version 2.0 and later introduced sequences, which can be used with common SQL syntax (prior they called generators, and even old syntax is still supported, using new syntax is recommended). New Firebird dictionary is needed, which suports this sequence syntax. Also automatic dictionary selection mechanism should be improved to use this dictionary automatically, if Firebird 2.0 or later is encountered.

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


[jira] Updated: (OPENJPA-776) Firebird 2 dictionary which supports sequences

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

Alexey Ousov updated OPENJPA-776:
---------------------------------

    Attachment: OPENJPA-776.patch

Dictionary which implements new sequence syntax.

> Firebird 2 dictionary which supports sequences
> ----------------------------------------------
>
>                 Key: OPENJPA-776
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-776
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Alexey Ousov
>            Priority: Minor
>         Attachments: OPENJPA-776.patch
>
>
> Firebird version 2.0 and later introduced sequences, which can be used with common SQL syntax (prior they called generators, and even old syntax is still supported, using new syntax is recommended). New Firebird dictionary is needed, which suports this sequence syntax. Also automatic dictionary selection mechanism should be improved to use this dictionary automatically, if Firebird 2.0 or later is encountered.

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


[jira] Commented: (OPENJPA-776) Firebird 2 dictionary which supports sequences

Posted by "Albert Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649444#action_12649444 ] 

Albert Lee commented on OPENJPA-776:
------------------------------------

Alexey,

Thank you for your contribution to improve the FireBird database support.

Typically, version specific support needs to be integrated in the same db dictionery, (i.e. FirebirdDictionery)  See DB2Dictionery for details. It would be great if you can merge your changes into the FirebirdDictionary and re-submit the patch.

Thanks,
Albert Lee.


> Firebird 2 dictionary which supports sequences
> ----------------------------------------------
>
>                 Key: OPENJPA-776
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-776
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Alexey Ousov
>            Priority: Minor
>         Attachments: OPENJPA-776.patch
>
>
> Firebird version 2.0 and later introduced sequences, which can be used with common SQL syntax (prior they called generators, and even old syntax is still supported, using new syntax is recommended). New Firebird dictionary is needed, which suports this sequence syntax. Also automatic dictionary selection mechanism should be improved to use this dictionary automatically, if Firebird 2.0 or later is encountered.

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