Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69828200CF3 for ; Wed, 30 Aug 2017 07:58:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 664381685E0; Wed, 30 Aug 2017 05:58:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D47AF1685DD for ; Wed, 30 Aug 2017 07:58:53 +0200 (CEST) Received: (qmail 2841 invoked by uid 500); 30 Aug 2017 05:58:53 -0000 Mailing-List: contact dev-help@metamodel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.apache.org Delivered-To: mailing list dev@metamodel.apache.org Received: (qmail 2830 invoked by uid 99); 30 Aug 2017 05:58:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2017 05:58:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5A80E361C; Wed, 30 Aug 2017 05:58:51 +0000 (UTC) From: lysvanilla To: dev@metamodel.apache.org Reply-To: dev@metamodel.apache.org Message-ID: Subject: [GitHub] metamodel pull request #161: 为Column是主键的字段增� 主键序号ke... Content-Type: text/plain Date: Wed, 30 Aug 2017 05:58:51 +0000 (UTC) archived-at: Wed, 30 Aug 2017 05:58:54 -0000 GitHub user lysvanilla opened a pull request: https://github.com/apache/metamodel/pull/161 为Column是主键的字段增加主键序号keyPosition 为Column是主键的字段增加主键序号keyPosition 官方版本只有是否是primary key,没有处理key的顺序 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lysvanilla/metamodel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metamodel/pull/161.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 #161 ---- commit 0f90d3d5b61d5785c9f90251c14260b43d122120 Author: zouzhi Date: 2017-08-30T05:39:24Z 为Column是主键的字段增加主键序号keyPosition commit c3c978e01ed1a73bd2ff2e78608f5e199dc0bb88 Author: zouzhi Date: 2017-08-30T05:57:01Z 为Column是主键的字段增加主键序号keyPosition 增加注释 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---