You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by PRIESt512 <gi...@git.apache.org> on 2018/03/04 11:41:01 UTC

[GitHub] cayenne pull request #277: Added the ability to generate a primary key using...

GitHub user PRIESt512 opened a pull request:

    https://github.com/apache/cayenne/pull/277

    Added the ability to generate a primary key using sequences (since version MS SQL 2012) and 'NEWID()' in cayenne-server

    If the type of the key is integer, uses the sequences.
    If the key type is UNIQUEIDENTIFIER, uses the built-in function NEWID()

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PRIESt512/cayenne updateSQLServerAdapter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cayenne/pull/277.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #277
    
----
commit b18329b5e32270b2fd275d898dd12ca92dbdd6d6
Author: Aleksey Pleshkanev <pr...@...>
Date:   2018-03-04T11:35:46Z

    Added the ability to generate a primary key using sequences (since version MS SQL 2012) and 'NEWID()' in cayenne-server
    
    If the type of the key is integer, uses the sequences.
    If the key type is UNIQUEIDENTIFIER, uses the built-in function NEWID()

----


---

[GitHub] cayenne pull request #277: Added the ability to generate a primary key using...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cayenne/pull/277


---