You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/12 14:39:58 UTC

[jira] [Commented] (CAY-2169) Split DbMerger to parts and clean it up

    [ https://issues.apache.org/jira/browse/CAY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742170#comment-15742170 ] 

ASF GitHub Bot commented on CAY-2169:
-------------------------------------

GitHub user stariy95 opened a pull request:

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

    CAY-2169 New DbMerger for dbsync utils

     - merger process split in independent steps
     - new attributes compared (full type comparision of DbAttribute)
     - fix SQL syntax for HSQLDB allow column NULL value
     - fix some problems with tokens sort, but still it's far from perfect (see CAY-2170)

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

    $ git pull https://github.com/stariy95/cayenne dbmerger-refactor

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

    https://github.com/apache/cayenne/pull/155.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 #155
    
----
commit 46c8ded55629f1a91764491e6a9a255bd0ae783f
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-09T15:17:39Z

    New DbMerger for dbsync utils
     - merger process split in independent steps
     - new attributes compared (full type comparision of DbAttribute)
    
    First draft: no source filtering

commit 34ae195ced669e4dc3300505c624ceb5637c458f
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T07:00:51Z

    Merge branch 'master' of https://github.com/apache/cayenne into dbmerger-refactor

commit c86094f07373649f48cfd4f99daec1e98e6c1fae
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T08:13:34Z

    New DbMerger for dbsync utils
     - merger process split in independent steps
     - new attributes compared (full type comparision of DbAttribute)
    
    Source filtering and additional tests

commit d5707c75203cae33c7c0580b59effd7dcb1b6f66
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T09:59:58Z

    New DbMerger for dbsync utils
     - merger process split in independent steps
     - new attributes compared (full type comparision of DbAttribute)
    
    Clean up and tests

commit 725e6ae94edf35a6d0340ecd5d09a91da4904dfc
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T14:35:43Z

    CAY-2169
     - split Tokens to model and db packages
     - all tests are passing
     - fix SQL syntax for HSQLDB allow column NULL value
     - fix some problems with tokens sort, but still it's far from perfect (see CAY-2170)

----


> Split DbMerger to parts and clean it up
> ---------------------------------------
>
>                 Key: CAY-2169
>                 URL: https://issues.apache.org/jira/browse/CAY-2169
>             Project: Cayenne
>          Issue Type: Sub-task
>          Components: Non-GUI Tools
>    Affects Versions: 4.0.M5
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)