You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by xlloveyun <gi...@git.apache.org> on 2018/01/19 04:51:08 UTC

[GitHub] trafodion pull request #1407: Add hibernate dialect support.

GitHub user xlloveyun opened a pull request:

    https://github.com/apache/trafodion/pull/1407

    Add hibernate dialect support.

    

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

    $ git pull https://github.com/xlloveyun/incubator-trafodion master

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

    https://github.com/apache/trafodion/pull/1407.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 #1407
    
----
commit 587cbc8d90b062d604446fc0d9fb983bc573e9ff
Author: xulei <le...@...>
Date:   2018-01-19T03:30:18Z

    Add hibernate dialect support.

----


---

[GitHub] trafodion pull request #1407: Add hibernate dialect support.

Posted by kevinxu021 <gi...@git.apache.org>.
Github user kevinxu021 commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1407#discussion_r162537585
  
    --- Diff: tools/hibernate-dialect/pom.xml ---
    @@ -0,0 +1,30 @@
    +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    --- End diff --
    
    License head is required for every file.


---